Method

GrlMediaset_author

since: 0.1.4

Declaration [src]

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

Description [src]

Set the media’s author.

Available since: 0.1.4

Parameters

author

Type: const gchar*

The media’s author.

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