]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-utils.h
Updated German translation.
[evince.git] / shell / ev-utils.h
index 084a2851b3cac38971067edae8ebd559ed7c72cf..7f4938174ac7b91006164e7b1cfd3a6ea60cf9cc 100644 (file)
 #define __EV_UTILS_H__
 
 #include <gdk-pixbuf/gdk-pixbuf.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
 GdkPixbuf *ev_pixbuf_add_shadow (GdkPixbuf *src, int size,
                                 int x_offset, int y_offset, double opacity);
 
+void       ev_print_region_contents (GdkRegion *region);
+
+#ifndef HAVE_G_FILE_SET_CONTENTS
+
+gboolean   ev_file_set_contents (const gchar *filename,
+                                const gchar *contents,
+                                gssize      length,
+                                GError    **error);
+#endif /* HAVE_G_FILE_SET_CONTENTS */
+
 G_END_DECLS
 
 #endif /* __EV_VIEW_H__ */