Method

GrlMediaadd_artist

since: 0.3.0

Declaration [src]

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

Description [src]

Adds a new artist to media.

Available since: 0.3.0

Parameters

artist

Type: const gchar*

An audio’s artist.

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