summaryrefslogtreecommitdiff
path: root/atspi/atspi-relation.c
diff options
context:
space:
mode:
authorAline Bessa <alibezz@gmail.com>2011-08-02 18:36:18 -0300
committerMike Gorse <mgorse@novell.com>2011-08-23 22:05:44 -0500
commita9b221b1083f08dd9a92de0958dddcc8c691a53e (patch)
tree9531e77a882ae81b0061097851c45df566f8d372 /atspi/atspi-relation.c
parentde27e5e974f7a971ae02195b071aab7401ba11cc (diff)
downloadat-spi2-core-a9b221b1083f08dd9a92de0958dddcc8c691a53e.tar.gz
Improving atspi-relation documentation.
Diffstat (limited to 'atspi/atspi-relation.c')
-rw-r--r--atspi/atspi-relation.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/atspi/atspi-relation.c b/atspi/atspi-relation.c
index 60e8947d..7493ecf8 100644
--- a/atspi/atspi-relation.c
+++ b/atspi/atspi-relation.c
@@ -28,7 +28,7 @@
* atspi_relation_get_relation_type:
* @obj: a pointer to the #AtspiRelation object to query.
*
- * Get the type of relationship represented by an #AtspiRelation.
+ * Gets the type of relationship represented by an #AtspiRelation.
*
* Returns: an #AtspiRelationType indicating the type of relation
* encapsulated in this #AtspiRelation object.
@@ -44,12 +44,12 @@ atspi_relation_get_relation_type (AtspiRelation *obj)
* atspi_relation_get_n_targets:
* @obj: a pointer to the #AtspiRelation object to query.
*
- * Get the number of objects which this relationship has as its
- * target objects (the subject is the #Accessible from which this
+ * Gets the number of objects which this relationship has as its
+ * target objects (the subject is the #AtspiAccessible from which this
* #AtspiRelation originated).
*
- * Returns: a short integer indicating how many target objects which the
- * originating #Accessible object has the #AtspiRelation
+ * Returns: a #gint indicating how many target objects which the
+ * originating #AtspiAccessible object has the #AtspiRelation
* relationship with.
**/
gint
@@ -61,9 +61,9 @@ atspi_relation_get_n_targets (AtspiRelation *obj)
/**
* atspi_relation_get_target:
* @obj: a pointer to the #AtspiRelation object to query.
- * @i: a (zero-index) integer indicating which (of possibly several) target is requested.
+ * @i: a (zero-index) #gint indicating which (of possibly several) target is requested.
*
- * Get the @i-th target of a specified #AtspiRelation relationship.
+ * Gets the @i-th target of a specified #AtspiRelation relationship.
*
* Returns: (transfer full): an #AtspiAccessible which is the @i-th object
* with which the originating #AtspiAccessible has relationship