Method

GrlMediaset_album

since: 0.3.0

Declaration [src]

void
grl_media_set_album (
  GrlMedia* media,
  const gchar* album
)

Description [src]

Set the album of the media.

Available since: 0.3.0

Parameters

album

Type: const gchar*

The audio’s album.

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