Method

RsvgHandleget_desc

Declaration [src]

const char*
rsvg_handle_get_desc (
  RsvgHandle* handle
)

Description

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

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

Gets propertyRsvg.Handle:desc

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.