summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,