Method

GrlMediaadd_director

since: 0.3.0

Declaration [src]

void
grl_media_add_director (
  GrlMedia* media,
  const gchar* director
)

Description [src]

Adds the director of the media.

Available since: 0.3.0

Parameters

director

Type: const gchar*

Director of the movie.

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