Added new API for ATK 1.11/1.12. Minor docs cleanup.
[platform/upstream/atk.git] / docs / tmpl / atkobjectfactory.sgml
1 <!-- ##### SECTION Title ##### -->
2 AtkObjectFactory
3
4 <!-- ##### SECTION Short_Description ##### -->
5 The base object class for a factory used to create accessible objects for 
6 objects of a specific GType.
7
8 <!-- ##### SECTION Long_Description ##### -->
9 <para>
10 This class is the base object class for a factory used to create an 
11 accessible object for a specific GType. The function 
12 atk_registry_set_factory_type() is normally called to store 
13 in the registry the factory type to be used to create an accessible of a
14 particular GType.
15 </para>
16
17 <!-- ##### SECTION See_Also ##### -->
18 <para>
19 AtkRegistry
20
21 </para>
22
23 <!-- ##### SECTION Stability_Level ##### -->
24
25
26 <!-- ##### STRUCT AtkObjectFactory ##### -->
27 <para>
28 The AtkObjectFactory structure should not be accessed directly.
29
30 </para>
31
32
33 <!-- ##### FUNCTION atk_object_factory_create_accessible ##### -->
34 <para>
35
36 </para>
37
38 @factory: 
39 @obj: 
40 @Returns: 
41
42
43 <!-- ##### FUNCTION atk_object_factory_get_accessible_type ##### -->
44 <para>
45
46 </para>
47
48 @factory: 
49 @Returns: 
50
51
52 <!-- ##### FUNCTION atk_object_factory_invalidate ##### -->
53 <para>
54
55 </para>
56
57 @factory: 
58
59