| Top |  |  |  |  | 
| xmlNode * | gupnp_didl_lite_descriptor_get_xml_node () | 
| const char * | gupnp_didl_lite_descriptor_get_content () | 
| const char * | gupnp_didl_lite_descriptor_get_id () | 
| const char * | gupnp_didl_lite_descriptor_get_metadata_type () | 
| const char * | gupnp_didl_lite_descriptor_get_name_space () | 
| void | gupnp_didl_lite_descriptor_set_content () | 
| void | gupnp_didl_lite_descriptor_set_id () | 
| void | gupnp_didl_lite_descriptor_set_metadata_type () | 
| void | gupnp_didl_lite_descriptor_set_name_space () | 
xmlNode *
gupnp_didl_lite_descriptor_get_xml_node
                               (GUPnPDIDLLiteDescriptor *descriptor);
Get the pointer to desc node in XML document.
const char *
gupnp_didl_lite_descriptor_get_content
                               (GUPnPDIDLLiteDescriptor *descriptor);
Get the content of the descriptor
.
const char *
gupnp_didl_lite_descriptor_get_id (GUPnPDIDLLiteDescriptor *descriptor);
Get the ID of the descriptor
.
const char *
gupnp_didl_lite_descriptor_get_metadata_type
                               (GUPnPDIDLLiteDescriptor *descriptor);
Get the metadata type of the descriptor
.
const char *
gupnp_didl_lite_descriptor_get_name_space
                               (GUPnPDIDLLiteDescriptor *descriptor);
Get the name space associated with the descriptor
.
void gupnp_didl_lite_descriptor_set_content (GUPnPDIDLLiteDescriptor *descriptor,const char *content);
Set the content of the descriptor
.
void gupnp_didl_lite_descriptor_set_id (GUPnPDIDLLiteDescriptor *descriptor,const char *id);
Set the ID of the descriptor
.
void gupnp_didl_lite_descriptor_set_metadata_type (GUPnPDIDLLiteDescriptor *descriptor,const char *type);
Set the metadata type of the descriptor
.
void gupnp_didl_lite_descriptor_set_name_space (GUPnPDIDLLiteDescriptor *descriptor,const char *name_space);
Set the name space associated with the descriptor
.