Method

GrlMediaset_episode_title

since: 0.3.0

Declaration [src]

void
grl_media_set_episode_title (
  GrlMedia* media,
  const gchar* episode_title
)

Description [src]

Sets the title of an media.

Available since: 0.3.0

Parameters

episode_title

Type: const gchar*

The title of the episode.

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