Method

GrlMediaadd_thumbnail_binary

since: 0.1.10

Declaration [src]

void
grl_media_add_thumbnail_binary (
  GrlMedia* media,
  const guint8* thumbnail,
  gsize size
)

Description [src]

Adds a new thumbnail to media.

Available since: 0.1.10

Parameters

thumbnail

Type: const guint8*

A buffer containing the thumbnail for media.

The data is owned by the caller of the method.
size

Type: gsize

Size of buffer.