diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-09-19 20:14:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-09-19 20:14:45 +0800 |
commit | 54d2149bf268430f3b5f11e58c4492b1ab4c6ff5 (patch) | |
tree | 1a9e84386f79bffde79a7df3d5b45b6b52e4b599 /idl | |
parent | d3873ae5a566d733c31cdde300a6e5997dc4b7ce (diff) | |
download | gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar.gz gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar.bz2 gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar.lz gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar.xz gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar.zst gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.zip |
Add an --import-bookmarks command line option, and really implement the
2003-09-19 Christian Persch <chpe@cvs.gnome.org>
* idl/EphyAutomation.idl:
* src/ephy-automation.c: (impl_ephy_automation_add_bookmark),
(impl_ephy_automation_import_bookmarks),
(ephy_automation_class_init):
* src/ephy-main.c: (ephy_main_start):
Add an --import-bookmarks command line option, and really implement
the --add-bookmark one.
Diffstat (limited to 'idl')
-rw-r--r-- | idl/EphyAutomation.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/idl/EphyAutomation.idl b/idl/EphyAutomation.idl index 64e5ef8a9..adc334602 100644 --- a/idl/EphyAutomation.idl +++ b/idl/EphyAutomation.idl @@ -12,6 +12,8 @@ module GNOME { void addBookmark (in string url); + void importBookmarks (in string filename); + /** * Closes all opened windows. * if disableServer is true, |