Method

GrlMediaset_artist

since: 0.3.0

Declaration [src]

void
grl_media_set_artist (
  GrlMedia* media,
  const gchar* artist
)

Description [src]

Set the artist of the media.

Available since: 0.3.0

Parameters

artist

Type: const gchar*

The audio’s artist.

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