Point AtkRelation docs to atk_object_add_relationship(), which
authorBill Haneman <billh@src.gnome.org>
Tue, 13 Feb 2007 17:58:54 +0000 (17:58 +0000)
committerBill Haneman <billh@src.gnome.org>
Tue, 13 Feb 2007 17:58:54 +0000 (17:58 +0000)
simplifies the use of AtkRelation.  See docs bug #367627.

svn path=/trunk/; revision=1148

ChangeLog
atk/atkrelation.c

index c88d976..948ea4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * atk/atkstate.h: Clarified documentation for
        ATK_STATE enumerations.  See bug #398038.
+
+       * atk/atkrelation.c: Point to atk_object_add_relationship, 
+       to clarify and simplify use of AtkRelation.  See bug #367627.
        
 2007-02-12  Li Yuan  <li.yuan@sun.com>
 
index 99f9f8e..bb5442d 100755 (executable)
@@ -223,7 +223,7 @@ atk_relation_type_for_name (const gchar *name)
  *  #AtkRelation
  *
  * Create a new relation for the specified key and the specified list
- * of targets.
+ * of targets.  See also atk_object_add_relationship().
  *
  * Returns: a pointer to a new #AtkRelation
  **/
@@ -310,7 +310,8 @@ delete_object_while_in_relation (gpointer callback_data,
  * @target: an #AtkObject
  *
  * Adds the specified AtkObject to the target for the relation, if it is
- * not already present.
+ * not already present.  See also atk_object_add_relationship().
+ *
  *
  * Since: ATK 1.9
  **/