Method

GrlMediaset_mb_artist_id

since: 0.3.0

Declaration [src]

void
grl_media_set_mb_artist_id (
  GrlMedia* media,
  const gchar* mb_artist_id
)

Description [src]

Set the MusicBrainz artist identifier of the media.

Available since: 0.3.0

Parameters

mb_artist_id

Type: const gchar*

The MusicBrainz artist identifier.

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