Method

GrlMediaset_album_artist

since: 0.3.1

Declaration [src]

void
grl_media_set_album_artist (
  GrlMedia* media,
  const gchar* album_artist
)

Description [src]

Set the main artist of the album of the media.

Available since: 0.3.1

Parameters

album_artist

Type: const gchar*

The audio’s album main artist.

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