Method
GExiv2Metadataget_exif_thumbnail
Declaration [src]
gboolean
gexiv2_metadata_get_exif_thumbnail (
GExiv2Metadata* self,
guint8** buffer,
gint* size
)
Parameters
buffer-
Type: An array of
guint8*Where to store the thumbnail data.
The argument will be set by the function. The length of the array is specified in the sizeargument.The caller of the method takes ownership of the returned data, and is responsible for freeing it. size-
Type:
gint*Size of the thumbnail’s buffer.
The argument will be set by the function.