aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-06-05 17:41:42 +0800
committerChristian Persch <chpe@src.gnome.org>2005-06-05 17:41:42 +0800
commitefcd0960fd775cb262f852f79edfcbbd75a33849 (patch)
treea6fb47e7495b94a97043cbf4888f6e5999ec8353 /doc/reference
parentcbf7d80c5be648d7d7610c5f63d31e8e84995d5d (diff)
downloadgsoc2013-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')
-rw-r--r--doc/reference/tmpl/ephy-embed-persist.sgml4
-rw-r--r--doc/reference/tmpl/ephy-embed.sgml48
-rw-r--r--doc/reference/tmpl/ephy-node-db.sgml9
-rw-r--r--doc/reference/tmpl/ephy-window.sgml6
-rw-r--r--doc/reference/tmpl/epiphany-unused.sgml17
5 files changed, 60 insertions, 24 deletions
diff --git a/doc/reference/tmpl/ephy-embed-persist.sgml b/doc/reference/tmpl/ephy-embed-persist.sgml
index b4a48fa41..bee78f54a 100644
--- a/doc/reference/tmpl/ephy-embed-persist.sgml
+++ b/doc/reference/tmpl/ephy-embed-persist.sgml
@@ -111,9 +111,9 @@ save_page (EphyEmbed *embed,
</para>
@persist:
-@Param2:
-<!-- # Unused Parameters # -->
@value:
+<!-- # Unused Parameters # -->
+@Param2:
<!-- ##### FUNCTION ephy_embed_persist_set_persist_key ##### -->
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 ##### -->
diff --git a/doc/reference/tmpl/ephy-node-db.sgml b/doc/reference/tmpl/ephy-node-db.sgml
index 3cffa4c64..4c3617ec4 100644
--- a/doc/reference/tmpl/ephy-node-db.sgml
+++ b/doc/reference/tmpl/ephy-node-db.sgml
@@ -45,15 +45,6 @@ and restored using ephy_node_db_load_from_file().
A string identifier unique to this #EphyNodeDb
</para>
-<!-- ##### FUNCTION ephy_node_db_get_by_name ##### -->
-<para>
-
-</para>
-
-@name:
-@Returns:
-
-
<!-- ##### FUNCTION ephy_node_db_new ##### -->
<para>
diff --git a/doc/reference/tmpl/ephy-window.sgml b/doc/reference/tmpl/ephy-window.sgml
index 752176ebc..48d840c18 100644
--- a/doc/reference/tmpl/ephy-window.sgml
+++ b/doc/reference/tmpl/ephy-window.sgml
@@ -44,6 +44,11 @@ These are restricted to ephy_window_set_zoom() and ephy_window_load_url().
</para>
+<!-- ##### ARG EphyWindow:is-popup ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG EphyWindow:print-preview-mode ##### -->
<para>
@@ -63,6 +68,7 @@ These are restricted to ephy_window_set_zoom() and ephy_window_load_url().
</para>
@chrome:
+@is_popup:
@Returns:
diff --git a/doc/reference/tmpl/epiphany-unused.sgml b/doc/reference/tmpl/epiphany-unused.sgml
index eaa279c2f..96f81582c 100644
--- a/doc/reference/tmpl/epiphany-unused.sgml
+++ b/doc/reference/tmpl/epiphany-unused.sgml
@@ -206,6 +206,15 @@ Represents the state of an #EphyEmbed with regards to networking negotiations.
</para>
+<!-- ##### FUNCTION ephy_embed_find_next ##### -->
+<para>
+
+</para>
+
+@embed:
+@backwards:
+@Returns:
+
<!-- ##### FUNCTION ephy_embed_get_encoding_info ##### -->
<para>
@@ -261,6 +270,14 @@ Represents the state of an #EphyEmbed with regards to networking negotiations.
@Returns:
+<!-- ##### FUNCTION ephy_node_db_get_by_name ##### -->
+<para>
+
+</para>
+
+@name:
+@Returns:
+
<!-- ##### FUNCTION ephy_password_manager_add ##### -->
<para>