|  |  |  | GUPnP A/V Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
GUPnPDIDLLiteDescriptor; xmlNode * gupnp_didl_lite_descriptor_get_xml_node (GUPnPDIDLLiteDescriptor *descriptor); const char * gupnp_didl_lite_descriptor_get_content (GUPnPDIDLLiteDescriptor *descriptor); const char * gupnp_didl_lite_descriptor_get_id (GUPnPDIDLLiteDescriptor *descriptor); const char * gupnp_didl_lite_descriptor_get_metadata_type (GUPnPDIDLLiteDescriptor *descriptor); const char * gupnp_didl_lite_descriptor_get_name_space (GUPnPDIDLLiteDescriptor *descriptor); void gupnp_didl_lite_descriptor_set_content (GUPnPDIDLLiteDescriptor *descriptor,const char *content); void gupnp_didl_lite_descriptor_set_id (GUPnPDIDLLiteDescriptor *descriptor,const char *id); void gupnp_didl_lite_descriptor_set_metadata_type (GUPnPDIDLLiteDescriptor *descriptor,const char *type); void gupnp_didl_lite_descriptor_set_name_space (GUPnPDIDLLiteDescriptor *descriptor,const char *name_space);
"content" gchar* : Read / Write "id" gchar* : Read / Write "metadata-type" gchar* : Read / Write "name-space" gchar* : Read / Write "xml-doc" GUPnPXMLDoc* : Write / Construct Only "xml-node" gpointer : Read / Write / Construct Only
xmlNode *           gupnp_didl_lite_descriptor_get_xml_node
                                                        (GUPnPDIDLLiteDescriptor *descriptor);
Get the pointer to desc node in XML document.
| 
 | The GUPnPDIDLLiteDescriptor | 
| Returns : | The pointer to desc node in XML document. | 
const char *        gupnp_didl_lite_descriptor_get_content
                                                        (GUPnPDIDLLiteDescriptor *descriptor);
Get the content of the descriptor.
| 
 | A GUPnPDIDLLiteDescriptor | 
| Returns : | The content of the descriptororNULL. | 
const char *        gupnp_didl_lite_descriptor_get_id   (GUPnPDIDLLiteDescriptor *descriptor);
Get the ID of the descriptor.
| 
 | A GUPnPDIDLLiteDescriptor | 
| Returns : | The ID string or NULL. | 
const char *        gupnp_didl_lite_descriptor_get_metadata_type
                                                        (GUPnPDIDLLiteDescriptor *descriptor);
Get the metadata type of the descriptor.
| 
 | A GUPnPDIDLLiteDescriptor | 
| Returns : | The type as string or NULL. | 
const char *        gupnp_didl_lite_descriptor_get_name_space
                                                        (GUPnPDIDLLiteDescriptor *descriptor);
Get the name space associated with the descriptor.
| 
 | A GUPnPDIDLLiteDescriptor | 
| Returns : | The name space or NULL. | 
void gupnp_didl_lite_descriptor_set_content (GUPnPDIDLLiteDescriptor *descriptor,const char *content);
Set the content of the descriptor.
| 
 | A GUPnPDIDLLiteDescriptor | 
| 
 | The content as string | 
| Returns : | None. | 
void gupnp_didl_lite_descriptor_set_id (GUPnPDIDLLiteDescriptor *descriptor,const char *id);
Set the ID of the descriptor.
| 
 | A GUPnPDIDLLiteDescriptor | 
| 
 | The ID as string | 
| Returns : | None. | 
void gupnp_didl_lite_descriptor_set_metadata_type (GUPnPDIDLLiteDescriptor *descriptor,const char *type);
Set the metadata type of the descriptor.
| 
 | A GUPnPDIDLLiteDescriptor | 
| 
 | The metadata type as string | 
| Returns : | None. | 
void gupnp_didl_lite_descriptor_set_name_space (GUPnPDIDLLiteDescriptor *descriptor,const char *name_space);
Set the name space associated with the descriptor.
| 
 | A GUPnPDIDLLiteDescriptor | 
| 
 | The name space URI as string | 
| Returns : | None. | 
"content" property"content" gchar* : Read / Write
The content of this descriptor.
Default value: NULL
"metadata-type" property"metadata-type" gchar* : Read / Write
The type of this descriptor.
Default value: NULL
"name-space" property"name-space" gchar* : Read / Write
The name space associated with this descriptor.
Default value: NULL
"xml-doc" property"xml-doc" GUPnPXMLDoc* : Write / Construct Only
The reference to XML document containing this object.
Internal property.
Stability Level: Private
"xml-node" property"xml-node" gpointer : Read / Write / Construct Only
The pointer to desc node in XML document.