diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-30 23:20:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-30 23:20:36 +0800 |
commit | 8f01817138c1852b319898a5de3f4b9f244cdea5 (patch) | |
tree | 3473088e9fc4b6200a85e6714183e6f8482b2963 /doc/reference/tmpl | |
parent | 58dba74abaf6313221c50629e546dc4492672486 (diff) | |
download | gsoc2013-epiphany-8f01817138c1852b319898a5de3f4b9f244cdea5.tar gsoc2013-epiphany-8f01817138c1852b319898a5de3f4b9f244cdea5.tar.gz gsoc2013-epiphany-8f01817138c1852b319898a5de3f4b9f244cdea5.tar.bz2 gsoc2013-epiphany-8f01817138c1852b319898a5de3f4b9f244cdea5.tar.lz gsoc2013-epiphany-8f01817138c1852b319898a5de3f4b9f244cdea5.tar.xz gsoc2013-epiphany-8f01817138c1852b319898a5de3f4b9f244cdea5.tar.zst gsoc2013-epiphany-8f01817138c1852b319898a5de3f4b9f244cdea5.zip |
Move new-window signal to the embed single, and new window creation from
2005-01-30 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/tmpl/ephy-embed.sgml:
* embed/ephy-embed-single.c: (ephy_embed_single_iface_init):
* embed/ephy-embed-single.h:
* embed/ephy-embed.c: (ephy_embed_base_init):
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-embed.cpp:
* embed/mozilla/mozilla-embed.h:
* lib/ephy-marshal.list:
* lib/ephy-prefs.h:
* src/ephy-shell.c: (ephy_shell_new_window_cb),
(impl_get_embed_single):
* src/ephy-tab.c: (ephy_tab_new_window_cb):
Move new-window signal to the embed single, and new window creation
from EphyTab to EphyShell.
Diffstat (limited to 'doc/reference/tmpl')
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 964dcfa00..25ecd5321 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -132,8 +132,8 @@ be done by casting). @ephyembed: the object which received the signal. @arg1: -@Returns: <!-- # Unused Parameters # --> +@Returns: @arg2: <!-- ##### SIGNAL EphyEmbed::ge-popup-blocked ##### --> @@ -205,6 +205,10 @@ be done by casting). @: @: @: +@: +@: +@: +@: @: <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> |