summaryrefslogtreecommitdiff
path: root/atk/atkrelation.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-10-23 18:21:41 -0700
committerEvan Nemerson <evan@coeus-group.com>2012-12-01 22:49:04 -0800
commitacd2335095bf859d35332db6fdc9c54b53773918 (patch)
tree2553717ef79e0675b400f711dd87e29d6bd80c35 /atk/atkrelation.c
parentea8b387dc0649313059c04ab32c3a35109555ed0 (diff)
downloadatk-acd2335095bf859d35332db6fdc9c54b53773918.tar.gz
introspection: merge fixes from Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=686746
Diffstat (limited to 'atk/atkrelation.c')
-rwxr-xr-xatk/atkrelation.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/atk/atkrelation.c b/atk/atkrelation.c
index 171d4f3..cc1807e 100755
--- a/atk/atkrelation.c
+++ b/atk/atkrelation.c
@@ -217,7 +217,8 @@ atk_relation_type_for_name (const gchar *name)
/**
* atk_relation_new:
- * @targets: an array of pointers to #AtkObjects
+ * @targets: (array length=n_targets): an array of pointers to
+ * #AtkObjects
* @n_targets: number of #AtkObjects pointed to by @targets
* @relationship: an #AtkRelationType with which to create the new
* #AtkRelation
@@ -282,7 +283,7 @@ atk_relation_get_relation_type (AtkRelation *relation)
*
* Gets the target list of @relation
*
- * Returns: (transfer none): the target list of @relation
+ * Returns: (transfer none) (element-type Atk.Object): the target list of @relation
**/
GPtrArray*
atk_relation_get_target (AtkRelation *relation)