summaryrefslogtreecommitdiff
path: root/atspi/atspi-accessible.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-11-09 04:07:52 -0500
committerMike Gorse <mgorse@novell.com>2010-11-09 04:07:52 -0500
commit23af25b18fe03202e4fe130e8479936fed6cfec0 (patch)
tree42eaba22b1b699ce50dea3f8de19d0ceed36b91c /atspi/atspi-accessible.h
parenta5a11bda4217947060717e16cfc1764919d0582b (diff)
downloadat-spi2-core-23af25b18fe03202e4fe130e8479936fed6cfec0.tar.gz
Have atspi_accessible_get_host_application return an AtspiAccessible
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 9722aeef..d22db4cb 100644
--- a/atspi/atspi-accessible.h
+++ b/atspi/atspi-accessible.h
@@ -95,7 +95,7 @@ GHashTable * atspi_accessible_get_attributes (AtspiAccessible *obj, GError **err
GArray * atspi_accessible_get_attributes_as_array (AtspiAccessible *obj, GError **error);
-AtspiApplication * atspi_accessible_get_host_application (AtspiAccessible *obj, GError **error);
+AtspiAccessible * atspi_accessible_get_host_application (AtspiAccessible *obj, GError **error);
AtspiComponent * atspi_accessible_get_component (AtspiAccessible *accessible);
#endif /* _ATSPI_ACCESSIBLE_H_ */