summaryrefslogtreecommitdiff
path: root/atk/atkrelation.c
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkrelation.c')
-rwxr-xr-xatk/atkrelation.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/atk/atkrelation.c b/atk/atkrelation.c
index 53248e5..144523b 100755
--- a/atk/atkrelation.c
+++ b/atk/atkrelation.c
@@ -57,12 +57,12 @@ atk_relation_class_init (AtkRelationClass *klass)
}
/**
- *atk_relation_type_register:
- *@name: a #gchar name
+ * atk_relation_type_register:
+ * @name: a name string
*
* Associate @name with a new #AtkRelationType
*
- *Returns: an #AtkRelationType associated with @name
+ * Returns: an #AtkRelationType associated with @name
**/
AtkRelationType
atk_relation_type_register (const gchar *name)
@@ -73,10 +73,10 @@ atk_relation_type_register (const gchar *name)
}
/**
- *atk_relation_new:
- *@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
+ * atk_relation_new:
+ * @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
*
* Create a new relation for the specified key and the specified list
@@ -113,12 +113,12 @@ atk_relation_new (AtkObject **targets,
}
/**
- *atk_relation_get_relation_type:
- *@relation: an #AtkRelation
+ * atk_relation_get_relation_type:
+ * @relation: an #AtkRelation
*
* Gets the type of @relation
*
- *Returns: the type of @relation
+ * Returns: the type of @relation
**/
AtkRelationType
atk_relation_get_relation_type (AtkRelation *relation)
@@ -130,12 +130,12 @@ atk_relation_get_relation_type (AtkRelation *relation)
}
/**
- *atk_relation_get_target:
- *@relation: an #AtkRelation
+ * atk_relation_get_target:
+ * @relation: an #AtkRelation
*
* Gets the target list of @relation
*
- *Returns: the target list of @relation
+ * Returns: the target list of @relation
**/
GPtrArray*
atk_relation_get_target (AtkRelation *relation)