Method

GrlMediaset_certificate

since: 0.1.6

Declaration [src]

void
grl_media_set_certificate (
  GrlMedia* media,
  const gchar* certificate
)

Description [src]

Set the media’s first age certification. This should usually be the media’s most relevant age certificate. Use grl_media_set_region_data() to set other age certificates.

Available since: 0.1.6

Parameters

certificate

Type: const gchar*

The age certificate of the media.

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