Method

GrlMediaset_keyword

since: 0.2.3

Declaration [src]

void
grl_media_set_keyword (
  GrlMedia* media,
  const gchar* keyword
)

Description [src]

Sets the keyword describing the media.

Available since: 0.2.3

Parameters

keyword

Type: const gchar*

A keyword describing the media.

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