From 8b077f61e1196fa9d7619ecdbf2149d71f39ea45 Mon Sep 17 00:00:00 2001 From: haip Date: Thu, 29 Mar 2007 14:14:23 +0000 Subject: [PATCH] 2007-03-29 Ariel Rios * 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 | 4 ++++ cspi/spi.h | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6ec0756..ca1002d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-29 Ariel Rios + + * cspi/spi.h (AccessibleRoleSet): bug #407600. Define RoleSet structure. + 2007-03-22 Li Yuan * atk-bridge/bridge.c: don't call threads_leave and enter if own the diff --git a/cspi/spi.h b/cspi/spi.h index 955977c..8849017 100644 --- a/cspi/spi.h +++ b/cspi/spi.h @@ -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); -- 2.7.4