diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-10-31 21:10:43 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-31 21:10:43 +0800 |
commit | 5909ee59ade218fcaab27cc4446e5ab384d90679 (patch) | |
tree | 3ac3bb55698b9a3da19318ffda8b5473ccaf2a47 /lib/ephy-file-helpers.h | |
parent | 8ae13251b8cd09e1d077ec1ae46b481769c955f2 (diff) | |
download | gsoc2013-epiphany-5909ee59ade218fcaab27cc4446e5ab384d90679.tar gsoc2013-epiphany-5909ee59ade218fcaab27cc4446e5ab384d90679.tar.gz gsoc2013-epiphany-5909ee59ade218fcaab27cc4446e5ab384d90679.tar.bz2 gsoc2013-epiphany-5909ee59ade218fcaab27cc4446e5ab384d90679.tar.lz gsoc2013-epiphany-5909ee59ade218fcaab27cc4446e5ab384d90679.tar.xz gsoc2013-epiphany-5909ee59ade218fcaab27cc4446e5ab384d90679.tar.zst gsoc2013-epiphany-5909ee59ade218fcaab27cc4446e5ab384d90679.zip |
Use gnomevfs helper to open applications, drop our own.
2003-10-31 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/ContentHandler.cpp:
* lib/ephy-file-helpers.c:
* lib/ephy-file-helpers.h:
Use gnomevfs helper to open applications, drop our own.
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r-- | lib/ephy-file-helpers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index cd29f9ec4..6b2d17cfe 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -34,10 +34,6 @@ void ephy_file_helpers_init (void); void ephy_file_helpers_shutdown (void); -void ephy_file_launch_application (const char *command_string, - const char *parameter, - gboolean use_terminal); - char *ephy_file_tmp_filename (const char *base, const char *extension); |