diff options
author | Padraig O'Briain <padraigo@src.gnome.org> | 2001-10-19 15:21:01 +0000 |
---|---|---|
committer | Padraig O'Briain <padraigo@src.gnome.org> | 2001-10-19 15:21:01 +0000 |
commit | 2b4586aab5e8f64e31353758bb201c51a2d736c8 (patch) | |
tree | fde2ec27c46a9616436d71543ea9612a99b805f6 /docs | |
parent | 226dd512fe9bc2b75fcd11fb4ab4311b264f4602 (diff) | |
download | atk-2b4586aab5e8f64e31353758bb201c51a2d736c8.tar.gz |
Add convenience function atk_object_notify_state_change() to generate
* atk/atkobject.[c|], docs/atk-sections.txt,
docs/tmpl/atkobject.sgml:
Add convenience function atk_object_notify_state_change()
to generate property notification of state change.
* atk/atktext.c, docs/tmpl/atk-unused.sgml:
Correct comments on functions atk_attribute_get_name() and
atk_attribute_get_value()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/atk-sections.txt | 1 | ||||
-rw-r--r-- | docs/tmpl/atkobject.sgml | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt index 2ade06b..4bc486d 100644 --- a/docs/atk-sections.txt +++ b/docs/atk-sections.txt @@ -164,6 +164,7 @@ atk_object_set_parent atk_object_set_role atk_object_connect_property_change_handler atk_object_remove_property_change_handler +atk_object_notify_state_change <SUBSECTION Standard> ATK_OBJECT ATK_IS_OBJECT diff --git a/docs/tmpl/atkobject.sgml b/docs/tmpl/atkobject.sgml index 9b1cb09..be3cc3a 100644 --- a/docs/tmpl/atkobject.sgml +++ b/docs/tmpl/atkobject.sgml @@ -288,3 +288,13 @@ of the other ATK interfaces: @handler_id: +<!-- ##### FUNCTION atk_object_notify_state_change ##### --> +<para> + +</para> + +@accessible: +@state: +@value: + + |