Install enum header, and try to get role name from enum
authorMike Gorse <mgorse@novell.com>
Wed, 25 May 2011 18:00:24 +0000 (13:00 -0500)
committerMike Gorse <mgorse@novell.com>
Wed, 25 May 2011 18:00:24 +0000 (13:00 -0500)
commit9ddf777a096440afe521c094544942e85e3ee838
treeab1bae6b1f00c575d7d3304d88433b9d4cc4c35b
parenta72bb4c6521304c0e5dc678ce900ba7c78a86eda
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.
atspi/Makefile.am
atspi/atspi-accessible.c
atspi/atspi.h