Method

GUPnPAVDIDLLiteObjectset_id

Declaration [src]

void
gupnp_didl_lite_object_set_id (
  GUPnPDIDLLiteObject* object,
  const char* id
)

Description [src]

Set the ID of the object to id.

Parameters

id

Type: const char*

The ID.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.