diff options
author | Bill Haneman <billh@src.gnome.org> | 2007-02-13 22:43:02 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2007-02-13 22:43:02 +0000 |
commit | ea7984ff3dc95ca16a9ecbd926a986428f32702c (patch) | |
tree | 9773c2f1a2e537d820a6d15d63a0f314a9c8cbfe /docs | |
parent | f64d7483588d5ab89875d06da46f1fa904d65e09 (diff) | |
download | atk-ea7984ff3dc95ca16a9ecbd926a986428f32702c.tar.gz |
Improved docs for AtkObjectImplementor.
svn path=/trunk/; revision=1149
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/atkobject.sgml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/tmpl/atkobject.sgml b/docs/tmpl/atkobject.sgml index 6b758ce..9b78dd0 100644 --- a/docs/tmpl/atkobject.sgml +++ b/docs/tmpl/atkobject.sgml @@ -291,11 +291,9 @@ the object changed. <!-- ##### STRUCT AtkImplementor ##### --> <para> -The AtkImplementor structure does not contain any fields. - +The AtkImplementor interface is implemented by objects for which AtkObject peers may be obtained via calls to iface->(ref_accessible)(implementor); </para> - <!-- ##### STRUCT AtkPropertyValues ##### --> <para> The Atk PropertyValue structure is used when notifying a change in property. |