summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-06-09 13:16:03 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-06-09 13:16:03 +0000
commit53036cbbccb8fc9ce65b356a3909a2676ebbe289 (patch)
tree1a994dd7887880ed626e8f40e2961e4f505bf93a /idl
parentf64087e7de6e2b0c488ca0153bd479011bcaad21 (diff)
downloadat-spi2-core-53036cbbccb8fc9ce65b356a3909a2676ebbe289.tar.gz
Docs tweaks.
Fix marshalling of new states to/from ATK, and in cspi/libspi. Added STATE_VISITED. Added some table selection API test to event-listener-test. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@810 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'idl')
-rw-r--r--idl/Accessibility_State.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/idl/Accessibility_State.idl b/idl/Accessibility_State.idl
index effbda3d..4461b0c4 100644
--- a/idl/Accessibility_State.idl
+++ b/idl/Accessibility_State.idl
@@ -222,6 +222,14 @@ module Accessibility {
* @since AT-SPI 1.7.0
*/
STATE_IS_DEFAULT,
+ /**
+ * This state indicates that the object (typically a hyperlink)
+ * has already been activated or invoked, with the result that some backing data
+ * has been downloaded or rendered.
+ *
+ * @since AT-SPI 1.7.1
+ */
+ STATE_VISITED,
/** This value of the enumeration should not be used as a parameter, it indicates the number of
* items in the StateType enumeration.