Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-file-helpers.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-10-25 18:55:18 (GMT)
committer Christian Persch <chpe@gnome.org>2009-10-25 18:55:18 (GMT)
commita55cbf9e9f250fe6ba6ac2bbd6862b5520941c7d (patch)
tree3922e851b9066bf7d6180f1a6cbecbaaa1f4218c /libdocument/ev-file-helpers.h
parent1c3a2e3cd2fdb1ffddb4727549c8e4cc749a0499 (diff)
[libdocument] Remove ev_tmp_dir()
All access to the tmp dir should be through ev_mkstemp[_file]() and ev_mkdtemp() now.
Diffstat (limited to 'libdocument/ev-file-helpers.h')
-rw-r--r--libdocument/ev-file-helpers.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libdocument/ev-file-helpers.h b/libdocument/ev-file-helpers.h
index 99df4ed..2ab309d 100644
--- a/libdocument/ev-file-helpers.h
+++ b/libdocument/ev-file-helpers.h
@@ -36,16 +36,10 @@ typedef enum {
EV_COMPRESSION_GZIP
} EvCompressionType;
-const char *_ev_tmp_dir (GError **error);
-
void _ev_file_helpers_init (void);
void _ev_file_helpers_shutdown (void);
-gboolean ev_dir_ensure_exists (const gchar *dir,
- int mode,
- GError **error);
-
int ev_mkstemp (const char *template,
char **file_name,
GError **error);