Method

GrlMediaadd_lyrics

since: 0.3.0

Declaration [src]

void
grl_media_add_lyrics (
  GrlMedia* media,
  const gchar* lyrics
)

Description [src]

Adds a new lyrics to media.

Available since: 0.3.0

Parameters

lyrics

Type: const gchar*

An audio’s lyrics.

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