Method

LasemSvgDocumentget_element_by_id

Declaration

LsmSvgElement*
lsm_svg_document_get_element_by_id (
  LsmSvgDocument* self,
  const char* id
)

Description

No description available.

Parameters

id

Type: const char*

Id of the element to find.

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

Return value

Type: LsmSvgElement

The requested element, NULL if not found.

The data is owned by the instance.