Functions
eog_thumbnail_init ()
void
eog_thumbnail_init (void
);
eog_thumbnail_fit_to_size ()
GdkPixbuf *
eog_thumbnail_fit_to_size (GdkPixbuf *thumbnail
,
gint dimension
);
Ensures a pixbuf fits a given dimension
eog_thumbnail_add_frame ()
GdkPixbuf *
eog_thumbnail_add_frame (GdkPixbuf *thumbnail
);
Adds a frame to thumbnail
Returns
a new GdkPixbuf, storing thumbnail
nicely framed.
[transfer full]
eog_thumbnail_load ()
GdkPixbuf *
eog_thumbnail_load (EogImage *image
,
GError **error
);
Loads the thumbnail for image
. In case of error, NULL
is returned
and error
is set.
Returns
a new GdkPixbuf with the thumbnail for
image
or NULL
in case of error.
[transfer full]