Method

RsvgHandleget_metadata

Declaration [src]

const char*
rsvg_handle_get_metadata (
  RsvgHandle* handle
)

Description

No description available.
Available since:2.9
Deprecated since:2.36.

Librsvg does not read the metadata/desc/title elements; this function always returns NULL.

Gets propertyRsvg.Handle:metadata

Return value

Returns: const char*
 

This function always returns NULL.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.