atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
[platform/upstream/atk.git] / docs / tmpl / atkobjectfactory.sgml
index 4f4eb38..fa8134b 100644 (file)
@@ -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>