Method

GrlMediaadd_region_data

since: 0.2.3

Declaration [src]

void
grl_media_add_region_data (
  GrlMedia* media,
  const gchar* region,
  const GDateTime* publication_date,
  const gchar* certificate
)

Description [src]

Adds regional publication and certification information for region.

Available since: 0.2.3

Parameters

region

Type: const gchar*

The region’s ISO-3166-1 code.

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

Type: GDateTime

The publication date.

The data is owned by the caller of the method.
certificate

Type: const gchar*

The age certification.

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