2007-03-29 Ariel Rios <ariel@gnu.org>
authorhaip <haip@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 29 Mar 2007 14:14:23 +0000 (14:14 +0000)
committerhaip <haip@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 29 Mar 2007 14:14:23 +0000 (14:14 +0000)
        * cspi/spi.h (AccessibleRoleSet): bug #407600. Define RoleSet structure.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@897 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
cspi/spi.h

index 6ec0756..ca1002d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-29  Ariel Rios  <ariel@gnu.org>
+
+       * cspi/spi.h (AccessibleRoleSet): bug #407600. Define RoleSet structure.
+
 2007-03-22 Li Yuan <li.yuan@sun.com> 
 
        * atk-bridge/bridge.c: don't call threads_leave and enter if own the 
index 955977c..8849017 100644 (file)
@@ -401,6 +401,13 @@ typedef struct _AccessibleAttributeSet
     char **attributes;
 } AccessibleAttributeSet;
 
+typedef struct _AccessibleRoleSet
+{
+     int len;
+     AccessibleRole *roles;
+} AccessibleRoleSet;
+
+
 /* Basic SPI initialization and event loop function prototypes */
 
 int              SPI_init         (void);