summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkregistry.sgml
blob: 73569c0d0faca5ec53139661b02ee07e0860d2c1 (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
63
64
65
66
67
68
69
<!-- ##### SECTION Title ##### -->
AtkRegistry

<!-- ##### SECTION Short_Description ##### -->
An object used to store the GType of the factories used to create an accessible
object for an object of a particular GType.

<!-- ##### SECTION Long_Description ##### -->
<para>
The AtkRegistry is normally used to create appropriate ATK "peers" for user
interface components.  Application developers usually need only interact with
the AtkRegistry by associating appropriate ATK implementation classes with
GObject classes via the atk_registry_set_factory_type call, passing the
appropriate GType for application custom widget classes.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

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


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

</para>


<!-- ##### FUNCTION atk_registry_set_factory_type ##### -->
<para>

</para>

@registry: 
@type: 
@factory_type: 


<!-- ##### FUNCTION atk_registry_get_factory_type ##### -->
<para>

</para>

@registry: 
@type: 
@Returns: 


<!-- ##### FUNCTION atk_registry_get_factory ##### -->
<para>

</para>

@registry: 
@type: 
@Returns: 


<!-- ##### FUNCTION atk_get_default_registry ##### -->
<para>

</para>

@Returns: