Method

GUPnPAVDIDLLiteObjectget_upnp_class_xml_string

Declaration [src]

char*
gupnp_didl_lite_object_get_upnp_class_xml_string (
  GUPnPDIDLLiteObject* object
)

Description [src]

Creates a string representation of the DIDL-Lite XML fragment related to the object UPnP class.

Return value

Type: char*

A DIDL-Lite XML fragment string, or NULL. #g_free after usage.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.