Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-document-misc.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-04 09:29:47 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-04 09:29:47 (GMT)
commitd02aafbc4423ead5b00e452452643e076c4fa2e8 (patch)
treeb6842da111a54b0aa99a3f5af2d8d922ade7e3a8 /libdocument/ev-document-misc.h
parent5f13b35d7289f486f4022094f8574608d11c9d73 (diff)
[libdocument] Add specific method to get a loading thumbnail
It allows getting a loading thumbnail with inverted colors. See bug #616111.
Diffstat (limited to 'libdocument/ev-document-misc.h')
-rw-r--r--libdocument/ev-document-misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdocument/ev-document-misc.h b/libdocument/ev-document-misc.h
index 2503aa7..b09c194 100644
--- a/libdocument/ev-document-misc.h
+++ b/libdocument/ev-document-misc.h
@@ -36,6 +36,9 @@ G_BEGIN_DECLS
GdkPixbuf *ev_document_misc_get_thumbnail_frame (int width,
int height,
GdkPixbuf *source_pixbuf);
+GdkPixbuf *ev_document_misc_get_loading_thumbnail (int width,
+ int height,
+ gboolean inverted_colors);
void ev_document_misc_get_page_border_size (gint page_width,
gint page_height,
GtkBorder *border);