diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-28 02:18:04 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-28 02:18:04 +0800 |
commit | 648c4d43ce6d6e0e177825d80db430cb656b36d3 (patch) | |
tree | 15ac5050cd81a984e1ff30e2c58a947388b4be8f /embed/ephy-embed.h | |
parent | fa8c6fe4a3d78d541bb28e3828a007238d9be3f9 (diff) | |
download | gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar.gz gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar.bz2 gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar.lz gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar.xz gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.tar.zst gsoc2013-epiphany-648c4d43ce6d6e0e177825d80db430cb656b36d3.zip |
2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/ephy-embed.c: (ephy_embed_base_init):
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed.cpp:
* src/bookmarks/ephy-bookmarks-export.c: (add_topics_list),
(ephy_bookmarks_export_rdf):
* src/ephy-tab.c: (ephy_tab_address_cb):
* src/ephy-window.c: (ephy_window_load_url):
* src/window-commands.c: (window_cmd_file_open):
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 1564d0b35..376213c0e 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -172,7 +172,8 @@ struct EphyEmbedClass const char *link); void (* js_status) (EphyEmbed *embed, const char *status); - void (* location) (EphyEmbed *embed); + void (* location) (EphyEmbed *embed, + const char *location); void (* title) (EphyEmbed *embed); void (* progress) (EphyEmbed *embed, const char *uri, |