summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2002-11-14 17:50:57 +0000
committerBill Haneman <billh@src.gnome.org>2002-11-14 17:50:57 +0000
commit67c8aa711b95f37794d2e288cd6b76546af95aa6 (patch)
treee020b22e0cdd78d3ecc412dec853a1362591c2f2 /docs
parente4eec41aff125c93aa3a488bb514c9df82aed6b4 (diff)
downloadatk-67c8aa711b95f37794d2e288cd6b76546af95aa6.tar.gz
Revved to 1.1.2, added ATK_RELATION_EMBEDS/EMBEDDED_BY,
atk_hyperlink_is_inline.
Diffstat (limited to 'docs')
-rw-r--r--docs/atk-sections.txt4
-rw-r--r--docs/tmpl/atkhyperlink.sgml9
-rw-r--r--docs/tmpl/atkobject.sgml8
-rw-r--r--docs/tmpl/atkrelation.sgml2
4 files changed, 23 insertions, 0 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt
index 598f6ca..47ba1a2 100644
--- a/docs/atk-sections.txt
+++ b/docs/atk-sections.txt
@@ -429,11 +429,13 @@ atk_value_get_type
<FILE>atkhyperlink</FILE>
<TITLE>AtkHyperlink</TITLE>
AtkHyperlink
+AtkHyperlinkStateFlags
atk_hyperlink_get_uri
atk_hyperlink_get_object
atk_hyperlink_get_end_index
atk_hyperlink_get_start_index
atk_hyperlink_is_valid
+atk_hyperlink_is_inline
atk_hyperlink_get_n_anchors
<SUBSECTION Standard>
ATK_HYPERLINK
@@ -443,6 +445,8 @@ atk_hyperlink_get_type
ATK_HYPERLINK_CLASS
ATK_IS_HYPERLINK_CLASS
ATK_HYPERLINK_GET_CLASS
+atk_hyperlink_state_flags_get_type
+ATK_TYPE_HYPERLINK_STATE_FLAGS
</SECTION>
<SECTION>
diff --git a/docs/tmpl/atkhyperlink.sgml b/docs/tmpl/atkhyperlink.sgml
index 87dadc7..86db8a6 100644
--- a/docs/tmpl/atkhyperlink.sgml
+++ b/docs/tmpl/atkhyperlink.sgml
@@ -69,6 +69,15 @@ The AtkHyperlink structure should not be accessed directly.
@Returns:
+<!-- ##### FUNCTION atk_hyperlink_is_inline ##### -->
+<para>
+
+</para>
+
+@link_:
+@Returns:
+
+
<!-- ##### FUNCTION atk_hyperlink_get_n_anchors ##### -->
<para>
diff --git a/docs/tmpl/atkobject.sgml b/docs/tmpl/atkobject.sgml
index e52834b..d26bce5 100644
--- a/docs/tmpl/atkobject.sgml
+++ b/docs/tmpl/atkobject.sgml
@@ -422,6 +422,14 @@ atk_object_connect_property_change_handler().
@Returns:
+<!-- ##### SIGNAL AtkObject::active-descendant-changed ##### -->
+<para>
+
+</para>
+
+@atkobject: the object which received the signal.
+@arg1:
+
<!-- ##### SIGNAL AtkObject::children-changed ##### -->
<para>
The children_changed signal supports two details, "add" and "remove" which
diff --git a/docs/tmpl/atkrelation.sgml b/docs/tmpl/atkrelation.sgml
index 6d1797b..a6c258c 100644
--- a/docs/tmpl/atkrelation.sgml
+++ b/docs/tmpl/atkrelation.sgml
@@ -41,6 +41,8 @@ The AtkRelation structure should not be accessed directly.
@ATK_RELATION_FLOWS_TO:
@ATK_RELATION_FLOWS_FROM:
@ATK_RELATION_SUBWINDOW_OF:
+@ATK_RELATION_EMBEDS:
+@ATK_RELATION_EMBEDDED_BY:
@ATK_RELATION_LAST_DEFINED:
<!-- ##### FUNCTION atk_relation_type_register ##### -->