Method

GrlMediaadd_thumbnail

since: 0.1.10

Declaration [src]

void
grl_media_add_thumbnail (
  GrlMedia* media,
  const gchar* thumbnail
)

Description [src]

Adds a new thumbnail to media.

Available since: 0.1.10

Parameters

thumbnail

Type: const gchar*

A thumbnail for media.

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