simplifies the use of AtkRelation. See docs bug #367627.
svn path=/trunk/; revision=1148
* 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>
* #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
**/
* @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
**/