Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/ev-file-helpers.h
diff options
context:
space:
mode:
authorJani Monoses <jani.monoses@gmail.com>2006-01-19 15:12:56 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-01-19 15:12:56 (GMT)
commitf693b48e9ca24fec37c190cdb90682c67e8e6c28 (patch)
tree9e50f7840a43707fcc82a32e5707480228588c3f /lib/ev-file-helpers.h
parent4f7cfb63f1edc6bf5ceee1673ca916ff85860a8f (diff)
Use common save function for backends.
2006-01-19 Jani Monoses <jani.monoses@gmail.com> * comics/comics-document.c: (comics_document_save): * djvu/djvu-document.c: (djvu_document_save): * dvi/dvi-document.c: (dvi_document_save): * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple): * lib/ev-file-helpers.h: * pixbuf/pixbuf-document.c: (pixbuf_document_save): * tiff/tiff-document.c: (tiff_document_save): Use common save function for backends.
Diffstat (limited to 'lib/ev-file-helpers.h')
-rw-r--r--lib/ev-file-helpers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ev-file-helpers.h b/lib/ev-file-helpers.h
index 1d19c6d..2cc817a 100644
--- a/lib/ev-file-helpers.h
+++ b/lib/ev-file-helpers.h
@@ -33,6 +33,10 @@ void ev_file_helpers_shutdown (void);
gchar* ev_tmp_filename (void);
+gboolean ev_xfer_uri_simple (const char *from,
+ const char *to,
+ GError **error);
+
G_END_DECLS
#endif /* EPHY_FILE_HELPERS_H */