Method

GrlMediaget_certificate

since: 0.1.6

Declaration [src]

const gchar*
grl_media_get_certificate (
  GrlMedia* media
)

Description [src]

Returns the media’s first age certificate. This should usually be the media’s most relevant age certificate. Use grl_media_get_region_data_nth() to get other age certificates.

Available since: 0.1.6

Return value

Type: const gchar*

The media’s age certification.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.