Method

GrlMediaset_title

since: 0.1.4

Declaration [src]

void
grl_media_set_title (
  GrlMedia* media,
  const gchar* title
)

Description [src]

Set the media’s title.

Available since: 0.1.4

Parameters

title

Type: const gchar*

The title.

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