[at-spi2-core] Have atspi_accessible_get_interfaces explicitly return the Accessible interface
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Have atspi_accessible_get_interfaces explicitly return the Accessible interface
- Date: Tue, 1 Feb 2011 15:46:59 +0000 (UTC)
commit 002aa6e85c1be6dd44428405ec6dcba86efc89fd
Author: Mike Gorse <mgorse novell com>
Date: Tue Feb 1 09:44:25 2011 -0600
Have atspi_accessible_get_interfaces explicitly return the Accessible interface
atspi/atspi-accessible.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/atspi/atspi-accessible.c b/atspi/atspi-accessible.c
index 1b1c967..05d2e16 100644
--- a/atspi/atspi-accessible.c
+++ b/atspi/atspi-accessible.c
@@ -1270,6 +1270,7 @@ atspi_accessible_get_interfaces (AtspiAccessible *obj)
g_return_val_if_fail (obj != NULL, NULL);
+ append_const_val (ret, "Accessible");
if (atspi_accessible_is_action (obj))
append_const_val (ret, "Action");
if (atspi_accessible_is_collection (obj))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]