Method

GrlMediaset_genre

since: 0.3.0

Declaration [src]

void
grl_media_set_genre (
  GrlMedia* media,
  const gchar* genre
)

Description [src]

Set the genre of the media.

Available since: 0.3.0

Parameters

genre

Type: const gchar*

The audio’s genre.

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