diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-06-05 17:41:42 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-06-05 17:41:42 +0800 |
commit | efcd0960fd775cb262f852f79edfcbbd75a33849 (patch) | |
tree | a6fb47e7495b94a97043cbf4888f6e5999ec8353 /doc/reference/tmpl/ephy-embed.sgml | |
parent | cbf7d80c5be648d7d7610c5f63d31e8e84995d5d (diff) | |
download | gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.gz gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.bz2 gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.lz gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.xz gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.zst gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.zip |
Version 1.7.1.Release171
2005-06-05 Christian Persch <chpe@cvs.gnome.org>
Version 1.7.1.
* Makefile.am:
Add --enable-python to distcheck configure flags.
* NEWS:
* configure.ac:
Updated for version 1.7.1.
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EventContext.cpp:
Fix warnings.
* src/ephy-extensions-manager.c: (get_loader_for_type),
(load_extension):
Fix --disable-python case.
* src/Makefile.am:
Fix make distcheck.
Diffstat (limited to 'doc/reference/tmpl/ephy-embed.sgml')
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 48 |
1 files changed, 35 insertions, 13 deletions
diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index c86b65f81..6ff40c853 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -42,6 +42,14 @@ be done by casting). </para> +<!-- ##### SIGNAL EphyEmbed::dom-content-loaded ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: + <!-- ##### SIGNAL EphyEmbed::ge-content-change ##### --> <para> @@ -93,6 +101,16 @@ be done by casting). @ephyembed: the object which received the signal. @arg1: +<!-- ##### SIGNAL EphyEmbed::ge-feed-link ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: +@arg2: +@arg3: + <!-- ##### SIGNAL EphyEmbed::ge-location ##### --> <para> @@ -227,8 +245,19 @@ be done by casting). @: @: @: +@: +@: @: +<!-- ##### SIGNAL EphyEmbed::ge-search-key-press ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@event: +@Returns: + <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> <para> @@ -253,10 +282,12 @@ be done by casting). @base_iface: @context_menu: @favicon: +@feed_link: @location: @net_state: @dom_mouse_click: @dom_mouse_down: +@dom_content_loaded: @popup_blocked: @security_change: @zoom_change: @@ -265,6 +296,7 @@ be done by casting). @modal_alert_closed: @document_type: @new_window: +@search_key_press: @load_url: @stop_load: @reload: @@ -287,8 +319,6 @@ be done by casting). @show_page_certificate: @set_zoom: @get_zoom: -@find_set_properties: -@find_next: @get_encoding: @has_automatic_encoding: @set_encoding: @@ -513,20 +543,12 @@ windows opened with JavaScript often use a nonstandard chrome. </para> -@embed: +@find: @search_string: @case_sensitive: -@wrap_around: - - -<!-- ##### FUNCTION ephy_embed_find_next ##### --> -<para> - -</para> - +<!-- # Unused Parameters # --> @embed: -@backwards: -@Returns: +@wrap_around: <!-- ##### FUNCTION ephy_embed_set_encoding ##### --> |