summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2004-11-22 13:21:18 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2004-11-22 13:21:18 +0000
commit44d21d4402a64f7ca60b84e8543e205f585d207f (patch)
tree9cd544e6d4acad38183ed94dc3790c2c51d0b9a9 /docs
parent46270d7db51b3808ffc2aa0324272159bb6e792c (diff)
downloadatk-44d21d4402a64f7ca60b84e8543e205f585d207f.tar.gz
Replace DEPRECATED by @Deprecated in comments to fix warning when
2004-11-22 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments to fix warning when documentation is generated. * atk/atkrelation.[ch]: * docs/tmpl/atkrelation.sgml: Add atk_relation_add_target. * atk/atkrelationset.[ch]: * atk/tmpl/atkrelationset.sgml: Add atk_relation_add_relation_by_type. * docs/atk-sections.txt: Add atk_relation_add_target and atk_relation_add_relation_by_type. Fixes bug #158722.
Diffstat (limited to 'docs')
-rw-r--r--docs/atk-sections.txt2
-rw-r--r--docs/tmpl/atkrelation.sgml9
-rw-r--r--docs/tmpl/atkrelationset.sgml10
3 files changed, 21 insertions, 0 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt
index 9744c1b..755ca85 100644
--- a/docs/atk-sections.txt
+++ b/docs/atk-sections.txt
@@ -254,6 +254,7 @@ atk_relation_type_for_name
atk_relation_new
atk_relation_get_relation_type
atk_relation_get_target
+atk_relation_add_target
<SUBSECTION Standard>
ATK_RELATION
ATK_IS_RELATION
@@ -278,6 +279,7 @@ atk_relation_set_add
atk_relation_set_get_n_relations
atk_relation_set_get_relation
atk_relation_set_get_relation_by_type
+atk_relation_set_add_relation_by_type
<SUBSECTION Standard>
ATK_RELATION_SET
ATK_IS_RELATION_SET
diff --git a/docs/tmpl/atkrelation.sgml b/docs/tmpl/atkrelation.sgml
index 657872d..4d0f412 100644
--- a/docs/tmpl/atkrelation.sgml
+++ b/docs/tmpl/atkrelation.sgml
@@ -103,6 +103,15 @@ The AtkRelation structure should not be accessed directly.
@Returns:
+<!-- ##### FUNCTION atk_relation_add_target ##### -->
+<para>
+
+</para>
+
+@relation:
+@target:
+
+
<!-- ##### ARG AtkRelation:relation-type ##### -->
<para>
diff --git a/docs/tmpl/atkrelationset.sgml b/docs/tmpl/atkrelationset.sgml
index e4e2f36..ec8c673 100644
--- a/docs/tmpl/atkrelationset.sgml
+++ b/docs/tmpl/atkrelationset.sgml
@@ -86,3 +86,13 @@ The AtkRelationSet structure should not be accessed directly.
@Returns:
+<!-- ##### FUNCTION atk_relation_set_add_relation_by_type ##### -->
+<para>
+
+</para>
+
+@set:
+@relationship:
+@target:
+
+