diff options
author | Bill Haneman <billh@src.gnome.org> | 2006-06-23 16:01:59 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2006-06-23 16:01:59 +0000 |
commit | 5d9db2b46dfe8cfa91948d8f45f22e6f14f12fd6 (patch) | |
tree | f6a2376c317e0ffeca2ca0f29f50e9b4e00695ae /atk/atkobject.h | |
parent | 410bb17332fd4d4bb46a892ad213ed5ab523b6da (diff) | |
download | atk-5d9db2b46dfe8cfa91948d8f45f22e6f14f12fd6.tar.gz |
Revise atk-docs.sgml to add indices for deprecated and new
symbols, and modify the inline docs so that the parser can find them.
Bug #313183.
Diffstat (limited to 'atk/atkobject.h')
-rwxr-xr-x | atk/atkobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkobject.h b/atk/atkobject.h index d98de44..13b5325 100755 --- a/atk/atkobject.h +++ b/atk/atkobject.h @@ -488,7 +488,7 @@ void (* initialize) (AtkObject /* * Gets a list of properties applied to this object as a whole, as an #AtkAttributeSet consisting of name-value pairs. - * @since ATK 1.12 + * Since ATK 1.12 */ AtkAttributeSet* (*get_attributes) (AtkObject *accessible); AtkFunction pad1; |