X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-document-misc.h;h=5a2ea035d8d209cb8d19bea5872b8bd3256fd71e;hb=776a6fe02961d8901d21e172633d3c8d1c85dc93;hp=5d846717199a49550d1186c5f47c788342bb0f49;hpb=1d6150237848b4c1fede94ce23baa4fd8870fd93;p=evince.git diff --git a/libdocument/ev-document-misc.h b/libdocument/ev-document-misc.h index 5d846717..5a2ea035 100644 --- a/libdocument/ev-document-misc.h +++ b/libdocument/ev-document-misc.h @@ -19,16 +19,20 @@ * $Id$ */ +#if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION) +#error "Only can be included directly." +#endif + #ifndef EV_DOCUMENT_MISC_H #define EV_DOCUMENT_MISC_H +#include #include -#include +#include G_BEGIN_DECLS - GdkPixbuf *ev_document_misc_get_thumbnail_frame (int width, int height, GdkPixbuf *source_pixbuf); @@ -41,6 +45,13 @@ void ev_document_misc_paint_one_page (GdkDrawable *drawable, GtkBorder *border, gboolean highlight); +cairo_surface_t *ev_document_misc_surface_from_pixbuf (GdkPixbuf *pixbuf); +GdkPixbuf *ev_document_misc_pixbuf_from_surface (cairo_surface_t *surface); +cairo_surface_t *ev_document_misc_surface_rotate_and_scale (cairo_surface_t *surface, + gint dest_width, + gint dest_height, + gint dest_rotation); + G_END_DECLS #endif /* EV_DOCUMENT_MISC_H */