Method

GrlMediaadd_performer

since: 0.3.0

Declaration [src]

void
grl_media_add_performer (
  GrlMedia* media,
  const gchar* performer
)

Description [src]

Adds the actor performing in the movie.

Available since: 0.3.0

Parameters

performer

Type: const gchar*

An actor performing in the movie.

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