From f693b48e9ca24fec37c190cdb90682c67e8e6c28 Mon Sep 17 00:00:00 2001 From: Jani Monoses Date: Thu, 19 Jan 2006 15:12:56 +0000 Subject: Use common save function for backends. 2006-01-19 Jani Monoses * 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. --- (limited to 'lib/ev-file-helpers.h') 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 */ -- cgit v0.9.1