Method

GUPnPAVDIDLLiteObjectget_creators

Declaration [src]

GList*
gupnp_didl_lite_object_get_creators (
  GUPnPDIDLLiteObject* object
)

Description [src]

Get the creators of the object.

Return value

Type: A list of GUPnPDIDLLiteContributor*

The list of creators 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.