diff options
Diffstat (limited to 'docs/tmpl/atkobjectfactory.sgml')
-rw-r--r-- | docs/tmpl/atkobjectfactory.sgml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/tmpl/atkobjectfactory.sgml b/docs/tmpl/atkobjectfactory.sgml index 4f4eb38..fa8134b 100644 --- a/docs/tmpl/atkobjectfactory.sgml +++ b/docs/tmpl/atkobjectfactory.sgml @@ -2,15 +2,21 @@ AtkObjectFactory <!-- ##### SECTION Short_Description ##### --> - +The base object class for a factory used to create accessible objects for +objects of a specific GType. <!-- ##### SECTION Long_Description ##### --> <para> - +This class is the base object class for a factory used to create an +accessible object for a specific GType. The function +atk_registry_set_factory_type() is normally called to store +in the registry the factory type to be used to create an accessible of a +particular GType. </para> <!-- ##### SECTION See_Also ##### --> <para> +AtkRegistry </para> |