summaryrefslogtreecommitdiff
path: root/atspi/atspi-accessible.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-08-23 11:52:07 -0500
committerMike Gorse <mgorse@novell.com>2011-08-23 11:52:07 -0500
commit2a48cb5c384a3ce6626ecb3dc923b3e0b5059716 (patch)
tree60ac0f0a79f05759d24560972761c409cc51b27a /atspi/atspi-accessible.h
parentf54792de29d6d4d82c01444383c35b17889cccac (diff)
downloadat-spi2-core-2a48cb5c384a3ce6626ecb3dc923b3e0b5059716.tar.gz
Revert "Have atspi_accessible_get_relation_set return a GPtrArray"
This change is no longer needed for the newest pygobject and crashes with pygobject 2.28.x (see BGO#656004), so reverting, although may need to reconsider this issue in general pending the resolution of BGO#657120. This reverts commit 229a6039d0c7a91cee71037741173d9a94a39e77.
Diffstat (limited to 'atspi/atspi-accessible.h')
-rw-r--r--atspi/atspi-accessible.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-accessible.h b/atspi/atspi-accessible.h
index 5dd1aabb..d9deffed 100644
--- a/atspi/atspi-accessible.h
+++ b/atspi/atspi-accessible.h
@@ -80,7 +80,7 @@ AtspiAccessible * atspi_accessible_get_child_at_index (AtspiAccessible *obj, gin
gint atspi_accessible_get_index_in_parent (AtspiAccessible *obj, GError **error);
-GPtrArray * atspi_accessible_get_relation_set (AtspiAccessible *obj, GError **error);
+GArray * atspi_accessible_get_relation_set (AtspiAccessible *obj, GError **error);
AtspiRole atspi_accessible_get_role (AtspiAccessible *obj, GError **error);