diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2009-12-14 15:45:26 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2010-01-22 05:57:39 +0800 |
commit | 6a824bca489ff1c7f4764224a42d33f3ea2b4455 (patch) | |
tree | ec984ccdef45a0015fac8f453edf21b9cc34231a /lib/ephy-file-helpers.h | |
parent | 83ccb687075513719881c46d091e65b3f5aa31bb (diff) | |
download | gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.gz gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.zst gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.zip |
docs: ephy-file-helpers
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 e64c74ec7..a921b40ae 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -76,7 +76,7 @@ gboolean ephy_file_launch_desktop_file (const char *filename, gboolean ephy_file_launch_application (GAppInfo *app, GList *files, guint32 user_time, - GtkWidget *parent); + GtkWidget *widget); gboolean ephy_file_launch_handler (const char *mime_type, GFile *file, guint32 user_time); |