diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-02-01 04:03:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-02-01 04:03:38 +0800 |
commit | 0541bcb1e3d64c8ebbd9d514641917def2515f97 (patch) | |
tree | 65c59efdb54212cceea1d0bbdf7cf87da776fe59 /src/ephy-activation.h | |
parent | f6afe77cb705b9ba2f356ed3d44bdc0201887e4f (diff) | |
download | gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar.gz gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar.bz2 gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar.lz gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar.xz gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.tar.zst gsoc2013-epiphany-0541bcb1e3d64c8ebbd9d514641917def2515f97.zip |
Change the DBUS interface to sending all the uris at one as string array.
2006-01-31 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-service.xml:
* src/ephy-activation.c: (ephy_activation_load_uris):
* src/ephy-activation.h:
* src/ephy-main.c: (unref_proxy_reply_cb), (open_urls):
Change the DBUS interface to sending all the uris at one
as string array.
Diffstat (limited to 'src/ephy-activation.h')
-rw-r--r-- | src/ephy-activation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-activation.h b/src/ephy-activation.h index 030c9a8d7..600759329 100644 --- a/src/ephy-activation.h +++ b/src/ephy-activation.h @@ -26,8 +26,8 @@ G_BEGIN_DECLS /* activation handlers */ -gboolean ephy_activation_load_url (EphyDbus *ephy_dbus, - char *url, +gboolean ephy_activation_load_uris (EphyDbus *ephy_dbus, + char **uris, char *options, guint startup_id, GError **error); |