aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-helpers.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-02-02 07:48:53 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-02-02 07:56:47 +0800
commit507e4c4070099ba0525c062eda8ea12ab3689a9b (patch)
treed9f020b658616804e34d0764b3fea2a119ceb060 /lib/ephy-file-helpers.h
parent24f9ae66d93292f4f54472a44aabd67e0eff8bad (diff)
downloadgsoc2013-epiphany-507e4c4070099ba0525c062eda8ea12ab3689a9b.tar
gsoc2013-epiphany-507e4c4070099ba0525c062eda8ea12ab3689a9b.tar.gz
gsoc2013-epiphany-507e4c4070099ba0525c062eda8ea12ab3689a9b.tar.bz2
gsoc2013-epiphany-507e4c4070099ba0525c062eda8ea12ab3689a9b.tar.lz
gsoc2013-epiphany-507e4c4070099ba0525c062eda8ea12ab3689a9b.tar.xz
gsoc2013-epiphany-507e4c4070099ba0525c062eda8ea12ab3689a9b.tar.zst
gsoc2013-epiphany-507e4c4070099ba0525c062eda8ea12ab3689a9b.zip
ephy-file-helpers: some cleanup
Sort variable names a bit in ephy_file_switch_temp_file. Bug #608749
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 a921b40ae..f2c4a4acf 100644
--- a/lib/ephy-file-helpers.h
+++ b/lib/ephy-file-helpers.h
@@ -63,7 +63,7 @@ gboolean ephy_ensure_dir_exists (const char *dir,
GSList * ephy_file_find (const char *path,
const char *fname,
gint maxdepth);
-gboolean ephy_file_switch_temp_file (GFile *file,
+gboolean ephy_file_switch_temp_file (GFile *file_dest,
GFile *file_temp);
void ephy_file_delete_on_exit (GFile *file);
void ephy_file_add_recent_item (const char *uri,