]> www.fi.muni.cz Git - evince.git/blobdiff - lib/ev-file-helpers.h
Actually remove .cvsignore files
[evince.git] / lib / ev-file-helpers.h
index 2cc817ac2370b7e331a57e99fd30f5414294430d..69ff83ddbf4497c97536909b956895737e4627ee 100644 (file)
 
 G_BEGIN_DECLS
 
-const char *ev_dot_dir               (void);
+const gchar *ev_dot_dir               (void);
 
-void        ev_file_helpers_init     (void);
+const gchar *ev_tmp_dir               (void);
 
-void        ev_file_helpers_shutdown (void);
+void         ev_file_helpers_init     (void);
 
-gchar*      ev_tmp_filename          (void);
+void         ev_file_helpers_shutdown (void);
 
-gboolean   ev_xfer_uri_simple        (const char *from,
-                                     const char *to,
-                                     GError     **error);
+gchar*       ev_tmp_filename          (void);
+
+gboolean     ev_xfer_uri_simple       (const char *from,
+                                      const char *to,
+                                      GError     **error);
 
 G_END_DECLS