summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2007-02-13 17:58:54 +0000
committerBill Haneman <billh@src.gnome.org>2007-02-13 17:58:54 +0000
commitf64d7483588d5ab89875d06da46f1fa904d65e09 (patch)
treef825f8652db0941c415e596f24dffcd50efd6b1c
parentb0ee533d4a6056dfd0546edb1eaf232744a94390 (diff)
downloadatk-f64d7483588d5ab89875d06da46f1fa904d65e09.tar.gz
Point AtkRelation docs to atk_object_add_relationship(), which
simplifies the use of AtkRelation. See docs bug #367627. svn path=/trunk/; revision=1148
-rw-r--r--ChangeLog3
-rwxr-xr-xatk/atkrelation.c5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c88d976..948ea4d 100644
--- 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>
diff --git a/atk/atkrelation.c b/atk/atkrelation.c
index 99f9f8e..bb5442d 100755
--- a/atk/atkrelation.c
+++ b/atk/atkrelation.c
@@ -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
**/