Method

GrlMediaset_id

since: 0.1.4

Declaration [src]

void
grl_media_set_id (
  GrlMedia* media,
  const gchar* id
)

Description [src]

Set the media identifier.

Available since: 0.1.4

Parameters

id

Type: const gchar*

The identifier of the media.

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