summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkobjectfactory.sgml
blob: d278c2c35765aaf39c63bc6496d10e69df82bc80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!-- ##### SECTION Title ##### -->
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>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### SECTION Image ##### -->


<!-- ##### STRUCT AtkObjectFactory ##### -->
<para>
The AtkObjectFactory structure should not be accessed directly.

</para>


<!-- ##### FUNCTION atk_object_factory_create_accessible ##### -->
<para>

</para>

@factory: 
@obj: 
@Returns: 


<!-- ##### FUNCTION atk_object_factory_get_accessible_type ##### -->
<para>

</para>

@factory: 
@Returns: 


<!-- ##### FUNCTION atk_object_factory_invalidate ##### -->
<para>

</para>

@factory: