Update doc to note that atk_relation_add_target was added for version 1.9.
authorPadraig O'Briain <padraig.obriain@sun.com>
Mon, 4 Apr 2005 13:34:42 +0000 (13:34 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Mon, 4 Apr 2005 13:34:42 +0000 (13:34 +0000)
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.

ChangeLog
atk/atkrelation.c
atk/atkrelationset.c

index 1a5fde2..edf2744 100644 (file)
--- 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.
 
index 3452526..3a6ef0c 100755 (executable)
@@ -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,
index 8308bc2..adcf494 100755 (executable)
@@ -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,