Method

GrlMediaset_thumbnail

since: 0.1.4

Declaration [src]

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

Description [src]

Set the media’s thumbnail URL.

Available since: 0.1.4

Parameters

thumbnail

Type: const gchar*

The thumbnail URL.

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