diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-02-02 07:48:53 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-02-02 07:56:47 +0800 |
commit | 507e4c4070099ba0525c062eda8ea12ab3689a9b (patch) | |
tree | d9f020b658616804e34d0764b3fea2a119ceb060 /lib/ephy-file-helpers.h | |
parent | 24f9ae66d93292f4f54472a44aabd67e0eff8bad (diff) | |
download | gsoc2013-epiphany-507e4c4070099ba0525c062eda8ea12ab3689a9b.tar.gz 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.h | 2 |
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, |