[at-spi2-core] gi-annotations: get_relation_set returns a array of AtspiRelation



commit 014e1cff82f6ab3883fb205526d6d9eac51c1217
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Thu Nov 20 13:25:14 2014 +0100

    gi-annotations: get_relation_set returns a array of AtspiRelation
    
    This is also explained on the documentation

 atspi/atspi-accessible.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-accessible.c b/atspi/atspi-accessible.c
index b294a5d..3a1c93c 100644
--- a/atspi/atspi-accessible.c
+++ b/atspi/atspi-accessible.c
@@ -428,7 +428,7 @@ typedef struct
  * Gets the set of #AtspiRelation objects which describes this #AtspiAccessible object's
  * relationships with other #AtspiAccessible objects.
  *
- * Returns: (element-type AtspiAccessible*) (transfer full): a #GArray of
+ * Returns: (element-type AtspiRelation*) (transfer full): a #GArray of
  *          #AtspiRelation pointers or NULL on exception.
  **/
 GArray *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]