X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-utils.h;h=9875a95bd30a05dc933142fa54ef37ad2d07334c;hb=5cc8e92ad9fb04792682b474a670aaa803666f78;hp=084a2851b3cac38971067edae8ebd559ed7c72cf;hpb=ca0836cb912f3b88834cae97774079314727c6e2;p=evince.git diff --git a/shell/ev-utils.h b/shell/ev-utils.h index 084a2851..9875a95b 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__ */