aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-06-24 02:28:31 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-06-24 02:28:31 +0800
commit96aedf7f4f19c494a549310b7c6e55b6fcd7668a (patch)
tree93c41ee9896977c52df9f03a5e3f81f36665d3ad /src/ephy-window.h
parentd12bc3fbd3a34b8bcf8a6d7c23815f5a79dec49d (diff)
downloadgsoc2013-epiphany-96aedf7f4f19c494a549310b7c6e55b6fcd7668a.tar
gsoc2013-epiphany-96aedf7f4f19c494a549310b7c6e55b6fcd7668a.tar.gz
gsoc2013-epiphany-96aedf7f4f19c494a549310b7c6e55b6fcd7668a.tar.bz2
gsoc2013-epiphany-96aedf7f4f19c494a549310b7c6e55b6fcd7668a.tar.lz
gsoc2013-epiphany-96aedf7f4f19c494a549310b7c6e55b6fcd7668a.tar.xz
gsoc2013-epiphany-96aedf7f4f19c494a549310b7c6e55b6fcd7668a.tar.zst
gsoc2013-epiphany-96aedf7f4f19c494a549310b7c6e55b6fcd7668a.zip
Add EphyWindow API to open multiple uris in tabs, use it for dnd on the
2004-06-23 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-notebook.c: (notebook_drag_data_received_cb): * src/ephy-window.c: (ephy_window_set_zoom), (ephy_window_load_in_tabs): * src/ephy-window.h: Add EphyWindow API to open multiple uris in tabs, use it for dnd on the notebook.
Diffstat (limited to 'src/ephy-window.h')
-rw-r--r--src/ephy-window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h
index e1c6f4261..cace444f5 100644
--- a/src/ephy-window.h
+++ b/src/ephy-window.h
@@ -91,6 +91,10 @@ void ephy_window_jump_to_tab (EphyWindow *window,
void ephy_window_load_url (EphyWindow *window,
const char *url);
+void ephy_window_load_in_tabs (EphyWindow *window,
+ EphyTab *first_tab,
+ GList *uri_list);
+
void ephy_window_set_zoom (EphyWindow *window,
float zoom);