Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-utils.h')
-rw-r--r--shell/ev-utils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ev-utils.h b/shell/ev-utils.h
index 084a285..9875a95 100644
--- a/shell/ev-utils.h
+++ b/shell/ev-utils.h
@@ -28,6 +28,14 @@ G_BEGIN_DECLS
GdkPixbuf *ev_pixbuf_add_shadow (GdkPixbuf *src, int size,
int x_offset, int y_offset, double opacity);
+#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__ */