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:
Diffstat (limited to 'lib/ev-file-helpers.h')
-rw-r--r--lib/ev-file-helpers.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/ev-file-helpers.h b/lib/ev-file-helpers.h
index 2cc817a..69ff83d 100644
--- a/lib/ev-file-helpers.h
+++ b/lib/ev-file-helpers.h
@@ -25,17 +25,19 @@
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