Function

Eogthumbnail_load

Declaration [src]

GdkPixbuf*
eog_thumbnail_load (
  EogImage* image,
  GError** error
)

Description [src]

Loads the thumbnail for image. In case of error, NULL is returned and error is set.

Parameters

image EogImage
 

A EogImage.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GdkPixbuf
 

A new GdkPixbuf with the thumbnail for image or NULL in case of error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.