aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-helpers.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-07-22 17:29:42 +0800
committerChristian Persch <chpe@src.gnome.org>2004-07-22 17:29:42 +0800
commit18d51dd8ddb590981030ce7f8e5dbe8dd1d19131 (patch)
treeaf6dea1c8404cb75afaef8076a873ceb32abe885 /lib/ephy-file-helpers.h
parentcc02be8f1303817dc447bbf93c418ba9b0f8da50 (diff)
downloadgsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar
gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar.gz
gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar.bz2
gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar.lz
gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar.xz
gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar.zst
gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.zip
Handle the case where the downloads dir cannot be created gracefully. Fix
2004-07-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * lib/ephy-file-helpers.c: (ephy_ensure_dir_exists): * lib/ephy-file-helpers.h: Handle the case where the downloads dir cannot be created gracefully. Fix #146902 (backported from HEAD).
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r--lib/ephy-file-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h
index d399b4a5a..bfb7e1b6c 100644
--- a/lib/ephy-file-helpers.h
+++ b/lib/ephy-file-helpers.h
@@ -40,7 +40,7 @@ const char *ephy_file_tmp_dir (void);
char *ephy_file_tmp_filename (const char *base,
const char *extension);
-void ephy_ensure_dir_exists (const char *dir);
+gboolean ephy_ensure_dir_exists (const char *dir);
GSList *ephy_file_find (const char *path,
const char *fname,