Method

LasemSvgDocumentregister_element

Declaration

void
lsm_svg_document_register_element (
  LsmSvgDocument* self,
  LsmSvgElement* element,
  const char* id,
  const char* old_id
)

Description

No description available.

Parameters

element

Type: LsmSvgElement

No description available.

The data is owned by the caller of the function.
id

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
old_id

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.