diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-05-31 19:12:56 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-31 19:12:56 +0800 |
commit | 3fb9386051e01b9091949ef0415258793a2f6355 (patch) | |
tree | 74e4bafce41a1c33b74a39165a3424701a10f0da /doc/reference/tmpl/ephy-embed.sgml | |
parent | 7381167c68019d04e91b2e432e92c4832ae9ea5a (diff) | |
download | gsoc2013-epiphany-3fb9386051e01b9091949ef0415258793a2f6355.tar gsoc2013-epiphany-3fb9386051e01b9091949ef0415258793a2f6355.tar.gz gsoc2013-epiphany-3fb9386051e01b9091949ef0415258793a2f6355.tar.bz2 gsoc2013-epiphany-3fb9386051e01b9091949ef0415258793a2f6355.tar.lz gsoc2013-epiphany-3fb9386051e01b9091949ef0415258793a2f6355.tar.xz gsoc2013-epiphany-3fb9386051e01b9091949ef0415258793a2f6355.tar.zst gsoc2013-epiphany-3fb9386051e01b9091949ef0415258793a2f6355.zip |
Release 1.3.0Release130
Diffstat (limited to 'doc/reference/tmpl/ephy-embed.sgml')
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 166 |
1 files changed, 79 insertions, 87 deletions
diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 0deb4abec..92c329f48 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -42,6 +42,83 @@ be done by casting). </para> +<!-- ##### SIGNAL EphyEmbed::ge-context-menu ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: +@Returns: + +<!-- ##### SIGNAL EphyEmbed::ge-dom-mouse-click ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: +@Returns: + +<!-- ##### SIGNAL EphyEmbed::ge-dom-mouse-down ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: +@Returns: + +<!-- ##### SIGNAL EphyEmbed::ge-favicon ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: + +<!-- ##### SIGNAL EphyEmbed::ge-location ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: + +<!-- ##### SIGNAL EphyEmbed::ge-net-state ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: +@arg2: + +<!-- ##### SIGNAL EphyEmbed::ge-new-window ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: +@arg2: + +<!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: + +<!-- ##### SIGNAL EphyEmbed::ge-zoom-change ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: + <!-- ##### STRUCT EphyEmbedIface ##### --> <para> @@ -81,8 +158,9 @@ be done by casting). @get_zoom: @find_set_properties: @find_next: +@get_encoding: +@has_automatic_encoding: @set_encoding: -@get_encoding_info: @print: @print_preview_close: @print_preview_n_pages: @@ -374,15 +452,6 @@ invalid SSL certificate will have an #EmbedSecurityLevel of %STATE_IS_BROKEN. @encoding: -<!-- ##### FUNCTION ephy_embed_get_encoding_info ##### --> -<para> - -</para> - -@embed: -@Returns: - - <!-- ##### FUNCTION ephy_embed_print ##### --> <para> @@ -436,80 +505,3 @@ invalid SSL certificate will have an #EmbedSecurityLevel of %STATE_IS_BROKEN. @Returns: -<!-- ##### SIGNAL EphyEmbed::ge-context-menu ##### --> -<para> - -</para> - -@ephyembed: the object which received the signal. -@arg1: -@Returns: - -<!-- ##### SIGNAL EphyEmbed::ge-dom-mouse-click ##### --> -<para> - -</para> - -@ephyembed: the object which received the signal. -@arg1: -@Returns: - -<!-- ##### SIGNAL EphyEmbed::ge-dom-mouse-down ##### --> -<para> - -</para> - -@ephyembed: the object which received the signal. -@arg1: -@Returns: - -<!-- ##### SIGNAL EphyEmbed::ge-favicon ##### --> -<para> - -</para> - -@ephyembed: the object which received the signal. -@arg1: - -<!-- ##### SIGNAL EphyEmbed::ge-location ##### --> -<para> - -</para> - -@ephyembed: the object which received the signal. -@arg1: - -<!-- ##### SIGNAL EphyEmbed::ge-net-state ##### --> -<para> - -</para> - -@ephyembed: the object which received the signal. -@arg1: -@arg2: - -<!-- ##### SIGNAL EphyEmbed::ge-new-window ##### --> -<para> - -</para> - -@ephyembed: the object which received the signal. -@arg1: -@arg2: - -<!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> -<para> - -</para> - -@ephyembed: the object which received the signal. -@arg1: - -<!-- ##### SIGNAL EphyEmbed::ge-zoom-change ##### --> -<para> - -</para> - -@ephyembed: the object which received the signal. -@arg1: - |