GUPnP A/V Reference Manual | ||||
---|---|---|---|---|
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.
descriptor : |
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
.
descriptor : |
A GUPnPDIDLLiteDescriptor |
Returns : | The content of the descriptor or NULL .
|
const char* gupnp_didl_lite_descriptor_get_id (GUPnPDIDLLiteDescriptor *descriptor);
Get the ID of the descriptor
.
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
.
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
.
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
.
descriptor : |
A GUPnPDIDLLiteDescriptor |
content : |
The content as string |
Returns : | None. |
void gupnp_didl_lite_descriptor_set_id (GUPnPDIDLLiteDescriptor *descriptor, const char *id);
Set the ID of the descriptor
.
descriptor : |
A GUPnPDIDLLiteDescriptor |
id : |
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
.
descriptor : |
A GUPnPDIDLLiteDescriptor |
type : |
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
.
descriptor : |
A GUPnPDIDLLiteDescriptor |
name_space : |
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