63c56cf59566718736379e28253ca70b949703dc
[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 <!-- ##### STRUCT AtkObjectFactory ##### -->
24 <para>
25 The AtkObjectFactory structure should not be accessed directly.
26
27 </para>
28
29
30 <!-- ##### FUNCTION atk_object_factory_create_accessible ##### -->
31 <para>
32
33 </para>
34
35 @factory: 
36 @obj: 
37 @Returns: 
38
39
40 <!-- ##### FUNCTION atk_object_factory_get_accessible_type ##### -->
41 <para>
42
43 </para>
44
45 @factory: 
46 @Returns: 
47
48
49 <!-- ##### FUNCTION atk_object_factory_invalidate ##### -->
50 <para>
51
52 </para>
53
54 @factory: 
55
56