| Top |  |  |  |  | 
| void | eom_thumbnail_init () | 
| GdkPixbuf * | eom_thumbnail_fit_to_size () | 
| GdkPixbuf * | eom_thumbnail_add_frame () | 
| GdkPixbuf * | eom_thumbnail_load () | 
GdkPixbuf * eom_thumbnail_fit_to_size (GdkPixbuf *thumbnail,gint dimension);
Ensures a pixbuf fits a given dimension
GdkPixbuf *
eom_thumbnail_add_frame (GdkPixbuf *thumbnail);
Adds a frame to thumbnail
GdkPixbuf * eom_thumbnail_load (EomImage *image,GError **error);
Loads the thumbnail for image
. In case of error, NULL is returned
and error
 is set.