]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-file-helpers.h
[printing] Fix multipage even/odd printing issues
[evince.git] / libdocument / ev-file-helpers.h
index 51d763db75b5ff2917eccd7d6259ee9786102dd4..47a5417149f915b25abde991052a30fe3a448e89 100644 (file)
@@ -38,15 +38,16 @@ typedef enum {
 
 const gchar *ev_tmp_dir               (void);
 
-void         ev_file_helpers_init     (void);
+void        _ev_file_helpers_init     (void);
 
-void         ev_file_helpers_shutdown (void);
+void        _ev_file_helpers_shutdown (void);
 
 gboolean     ev_dir_ensure_exists     (const gchar       *dir,
                                        int                mode);
 
 GFile       *ev_tmp_file_get          (const gchar       *prefix);
 gchar       *ev_tmp_filename          (const char        *prefix);
+gchar       *ev_tmp_directory         (const char        *prefix);
 void         ev_tmp_filename_unlink   (const gchar       *filename);
 void         ev_tmp_file_unlink       (GFile             *file);
 void         ev_tmp_uri_unlink        (const gchar       *uri);