Method

GrlMediaset_original_title

since: 0.3.0

Declaration [src]

void
grl_media_set_original_title (
  GrlMedia* media,
  const gchar* original_title
)

Description [src]

Sets the original, untranslated title of the media.

Available since: 0.3.0

Parameters

original_title

Type: const gchar*

Original, untranslated title of the movie.

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