|  |  |  | GUPnP A/V Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
GUPnPDIDLLiteContributor; xmlNode * gupnp_didl_lite_contributor_get_xml_node (GUPnPDIDLLiteContributor *contributor); const char * gupnp_didl_lite_contributor_get_role (GUPnPDIDLLiteContributor *contributor); const char * gupnp_didl_lite_contributor_get_name (GUPnPDIDLLiteContributor *contributor); void gupnp_didl_lite_contributor_set_role (GUPnPDIDLLiteContributor *contributor,const char *role); void gupnp_didl_lite_contributor_set_name (GUPnPDIDLLiteContributor *contributor,const char *name);
"name" gchar* : Read / Write "role" gchar* : Read / Write "xml-doc" GUPnPXMLDoc* : Write / Construct Only "xml-node" gpointer : Read / Write / Construct Only
GUPnPDIDLLiteContributor respresents a contributor (artist, author, actor, producer, director, producer and contributor) property in a DIDL-Lite object.
xmlNode *           gupnp_didl_lite_contributor_get_xml_node
                                                        (GUPnPDIDLLiteContributor *contributor);
Get the pointer to relavent node in XML document.
| 
 | The GUPnPDIDLLiteContributor | 
| Returns : | The pointer to relavent node in XML document. | 
const char *        gupnp_didl_lite_contributor_get_role
                                                        (GUPnPDIDLLiteContributor *contributor);
Get the role of the contributor.
| 
 | GUPnPDIDLLiteContributor | 
| Returns : | The role of the contributor, orNULL. | 
const char *        gupnp_didl_lite_contributor_get_name
                                                        (GUPnPDIDLLiteContributor *contributor);
Get the name of the contributor.
| 
 | A GUPnPDIDLLiteContributor | 
| Returns : | The name of the contributororNULL. | 
void gupnp_didl_lite_contributor_set_role (GUPnPDIDLLiteContributor *contributor,const char *role);
Set the role of the contributor to role.
| 
 | GUPnPDIDLLiteContributor | 
| 
 | The role of the contributor | 
| Returns : | None. | 
void gupnp_didl_lite_contributor_set_name (GUPnPDIDLLiteContributor *contributor,const char *name);
Set the name of the contributor to name.
| 
 | A GUPnPDIDLLiteContributor | 
| 
 | The name of the contributor | 
| Returns : | None. | 
"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 object node in XML document.