Release atk 1.32.0
[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 <!-- ##### SECTION Image ##### -->
27
28
29 <!-- ##### STRUCT AtkObjectFactory ##### -->
30 <para>
31 The AtkObjectFactory structure should not be accessed directly.
32
33 </para>
34
35
36 <!-- ##### FUNCTION atk_object_factory_create_accessible ##### -->
37 <para>
38
39 </para>
40
41 @factory: 
42 @obj: 
43 @Returns: 
44
45
46 <!-- ##### FUNCTION atk_object_factory_get_accessible_type ##### -->
47 <para>
48
49 </para>
50
51 @factory: 
52 @Returns: 
53
54
55 <!-- ##### FUNCTION atk_object_factory_invalidate ##### -->
56 <para>
57
58 </para>
59
60 @factory: 
61
62