Method

GrlMediaadd_author

since: 0.1.10

Declaration [src]

void
grl_media_add_author (
  GrlMedia* media,
  const gchar* author
)

Description [src]

Adds a new author to media.

Available since: 0.1.10

Parameters

author

Type: const gchar*

An author for media.

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