Top | ![]() |
![]() |
![]() |
![]() |
xmlNode * | gupnp_didl_lite_contributor_get_xml_node () |
const char * | gupnp_didl_lite_contributor_get_role () |
const char * | gupnp_didl_lite_contributor_get_name () |
void | gupnp_didl_lite_contributor_set_role () |
void | gupnp_didl_lite_contributor_set_name () |
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 relevant node in XML document.
const char *
gupnp_didl_lite_contributor_get_role (GUPnPDIDLLiteContributor *contributor
);
Get the role of the contributor
.
const char *
gupnp_didl_lite_contributor_get_name (GUPnPDIDLLiteContributor *contributor
);
Get the name of the contributor
.
void gupnp_didl_lite_contributor_set_role (GUPnPDIDLLiteContributor *contributor
,const char *role
);
Set the role of the contributor
to role
.
void gupnp_didl_lite_contributor_set_name (GUPnPDIDLLiteContributor *contributor
,const char *name
);
Set the name of the contributor
to name
.
“name”
property “name” gchar *
The name of this contributor.
Flags: Read / Write
Default value: NULL
“role”
property “role” gchar *
The role of this contributor.
Flags: Read / Write
Default value: NULL
“xml-doc”
property “xml-doc” GUPnPAVXMLDoc *
The reference to XML document containing this object.
Internal property.
Flags: Write / Construct Only
Stability Level: Private