X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fev-document-thumbnails.h;h=c84e4268bcdbd0abff7b9d843e476061d98168d4;hb=429224b821ebc694edd283e8a0d23c6b86d8d078;hp=76b0cc8cdea4e9c52c66edb11c9dcccdc23d5ea0;hpb=b006971d2c876b5ae62e2ed917496d370e90333c;p=evince.git diff --git a/backend/ev-document-thumbnails.h b/backend/ev-document-thumbnails.h index 76b0cc8c..c84e4268 100644 --- a/backend/ev-document-thumbnails.h +++ b/backend/ev-document-thumbnails.h @@ -52,6 +52,12 @@ struct _EvDocumentThumbnailsIface }; GType ev_document_thumbnails_get_type (void); + +/* FIXME: This is a little bit busted. We call get_thumbnail w/ a suggested + * width, but we should call it with a scale so that different sized pages get + * sized proportionally. + */ + GdkPixbuf *ev_document_thumbnails_get_thumbnail (EvDocumentThumbnails *document, gint page, gint size,