2008-03-19 Li Yuan <li.yuan@sun.com>
authorliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 19 Mar 2008 09:19:04 +0000 (09:19 +0000)
committerliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 19 Mar 2008 09:19:04 +0000 (09:19 +0000)
        * idl/Accessibility_Accessible.idl:
        Bug #431053. add accessible-role event in idl doc.

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

ChangeLog
idl/Accessibility_Accessible.idl

index 3cd9300..da1f2e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-03-19  Li Yuan  <li.yuan@sun.com>
 
+       * idl/Accessibility_Accessible.idl:
+       Bug #431053. add accessible-role event in idl doc.
+
+2008-03-19  Li Yuan  <li.yuan@sun.com>
+
        * libspi/document.c: (impl_getAttributes):
        Bug #451553. Return NULL is there are no attributes. Patch from Ginn
        Chen.
index ac56f68..e0650a4 100644 (file)
@@ -114,7 +114,7 @@ module Accessibility {
    * \li \c "object:property-change" A base (strongly-typed) object attribute has changed,
    *         for instance "object:property-change:accessible-name".
    *         Notifed property subtypes include accessible-name, accessible-description,
-   *         and accessible-parent
+   *         accessible-parent and accessible-role
    *
    * \li \c "object:children-changed" The number or identity of an object's children
    *         has changed.