Method

GUPnPAVDIDLLiteObjectget_authors

Declaration [src]

GList*
gupnp_didl_lite_object_get_authors (
  GUPnPDIDLLiteObject* object
)

Description [src]

Get the authors of the object.

Return value

Type: A list of GUPnPDIDLLiteContributor*

The list of authors belonging to object, or NULL.

g_list_free the returned list after usage and unref each object in it.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.