summaryrefslogtreecommitdiff
path: root/atspi/atspi.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-05-25 13:00:24 -0500
committerMike Gorse <mgorse@novell.com>2011-05-25 13:00:24 -0500
commit9ddf777a096440afe521c094544942e85e3ee838 (patch)
treeab1bae6b1f00c575d7d3304d88433b9d4cc4c35b /atspi/atspi.h
parenta72bb4c6521304c0e5dc678ce900ba7c78a86eda (diff)
downloadat-spi2-core-9ddf777a096440afe521c094544942e85e3ee838.tar.gz
Install enum header, and try to get role name from enum
Have atspi_accessible_get_role_name try to use the internal string associated with the accessible's role rather than calling GetRoleName. This avoids making a DBus call when the role is cached. Also, atspi.h now includes atspi-enum-types.h, and the latter is now installed.
Diffstat (limited to 'atspi/atspi.h')
-rw-r--r--atspi/atspi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atspi/atspi.h b/atspi/atspi.h
index 79157601..7f66d2ac 100644
--- a/atspi/atspi.h
+++ b/atspi/atspi.h
@@ -50,4 +50,6 @@
#include "atspi-value.h"
#include "atspi-gmain.h"
+
+#include "atspi-enum-types.h"
#endif