summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2005-04-04 13:34:42 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2005-04-04 13:34:42 +0000
commiteb123d5ba2aecc64fba5c669fcee2856e2478404 (patch)
tree8873e41c387ff2f7e29043985d5ac11a45b5ffc6
parent65dea238a9fed7dd57de3b6b4c1ac48fcdfd5f9d (diff)
downloadatk-eb123d5ba2aecc64fba5c669fcee2856e2478404.tar.gz
Update doc to note that atk_relation_add_target was added for version 1.9.
2005-04-04 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkrelation.c: Update doc to note that atk_relation_add_target was added for version 1.9. * atk/atkrelationset.c: Update doc to note that atk_relation_set_add_relation_by_type was added for version 1.9.
-rw-r--r--ChangeLog13
-rwxr-xr-xatk/atkrelation.c2
-rwxr-xr-xatk/atkrelationset.c2
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a5fde2..edf2744 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-04 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * atk/atkrelation.c: Update doc to note that atk_relation_add_target
+ was added for version 1.9.
+
+ * atk/atkrelationset.c: Update doc to note that
+ atk_relation_set_add_relation_by_type was added for version 1.9.
+
2005-03-30 Steve Murphy <murf@e-tools.com>
* configure.in: Added "rw" to ALL_LINGUAS.
@@ -52,10 +60,11 @@ Thu Nov 25 14:11:41 2004 Manish Singh <yosh@gimp.org>
* docs/tmpl/atkrelation.sgml: Add atk_relation_add_target.
* atk/atkrelationset.[ch]:
- * atk/tmpl/atkrelationset.sgml: Add atk_relation_add_relation_by_type.
+ * atk/tmpl/atkrelationset.sgml:
+ Add atk_relation_set_add_relation_by_type.
* docs/atk-sections.txt: Add atk_relation_add_target and
- atk_relation_add_relation_by_type.
+ atk_relation_set_add_relation_by_type.
Fixes bug #158722.
diff --git a/atk/atkrelation.c b/atk/atkrelation.c
index 3452526..3a6ef0c 100755
--- a/atk/atkrelation.c
+++ b/atk/atkrelation.c
@@ -311,6 +311,8 @@ delete_object_while_in_relation (gpointer callback_data,
*
* Adds the specified AtkObject to the target for the relation, if it is
* not already present.
+ *
+ * Since: 1.9
**/
void
atk_relation_add_target (AtkRelation *relation,
diff --git a/atk/atkrelationset.c b/atk/atkrelationset.c
index 8308bc2..adcf494 100755
--- a/atk/atkrelationset.c
+++ b/atk/atkrelationset.c
@@ -275,6 +275,8 @@ atk_relation_set_finalize (GObject *object)
* the current relation set if the relation set does not contain a relation
* of that type. If it is does contain a relation of that typea the target
* is added to the relation.
+ *
+ * Since: 1.9
**/
void
atk_relation_set_add_relation_by_type (AtkRelationSet *set,