diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-10 09:37:39 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-18 09:27:55 +0800 |
commit | 2dc702089f58f707d84e138816d2b40f3d07e096 (patch) | |
tree | b663ec54a27f99861c09d1ed179bc5baec30f2b7 /lib | |
parent | 9f22187270a578e2eac2fa9cc89b81021e4cf9dd (diff) | |
download | gsoc2013-epiphany-2dc702089f58f707d84e138816d2b40f3d07e096.tar.gz gsoc2013-epiphany-2dc702089f58f707d84e138816d2b40f3d07e096.tar.zst gsoc2013-epiphany-2dc702089f58f707d84e138816d2b40f3d07e096.zip |
docs: ephy-web-view
Diffstat (limited to 'lib')
-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 752cf70bd..e64c74ec7 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -53,7 +53,7 @@ const char * ephy_file (const char *filename); const char * ephy_dot_dir (void); void ephy_file_helpers_shutdown (void); char * ephy_file_downloads_dir (void); -char * ephy_file_get_downloads_dir (void); +char * ephy_file_get_downloads_dir (void); char * ephy_file_desktop_dir (void); const char * ephy_file_tmp_dir (void); char * ephy_file_tmp_filename (const char *base, |