Added new API for ATK 1.11/1.12. Minor docs cleanup.
[platform/upstream/atk.git] / docs / tmpl / atkrelationset.sgml
1 <!-- ##### SECTION Title ##### -->
2 AtkRelationSet
3
4 <!-- ##### SECTION Short_Description ##### -->
5 A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9
10 </para>
11
12 <!-- ##### SECTION See_Also ##### -->
13 <para>
14
15 </para>
16
17 <!-- ##### SECTION Stability_Level ##### -->
18
19
20 <!-- ##### STRUCT AtkRelationSet ##### -->
21 <para>
22 The AtkRelationSet structure should not be accessed directly.
23
24 </para>
25
26
27 <!-- ##### FUNCTION atk_relation_set_new ##### -->
28 <para>
29
30 </para>
31
32 @Returns: 
33
34
35 <!-- ##### FUNCTION atk_relation_set_contains ##### -->
36 <para>
37
38 </para>
39
40 @set: 
41 @relationship: 
42 @Returns: 
43
44
45 <!-- ##### FUNCTION atk_relation_set_remove ##### -->
46 <para>
47
48 </para>
49
50 @set: 
51 @relation: 
52
53
54 <!-- ##### FUNCTION atk_relation_set_add ##### -->
55 <para>
56
57 </para>
58
59 @set: 
60 @relation: 
61
62
63 <!-- ##### FUNCTION atk_relation_set_get_n_relations ##### -->
64 <para>
65
66 </para>
67
68 @set: 
69 @Returns: 
70
71
72 <!-- ##### FUNCTION atk_relation_set_get_relation ##### -->
73 <para>
74
75 </para>
76
77 @set: 
78 @i: 
79 @Returns: 
80
81
82 <!-- ##### FUNCTION atk_relation_set_get_relation_by_type ##### -->
83 <para>
84
85 </para>
86
87 @set: 
88 @relationship: 
89 @Returns: 
90
91
92 <!-- ##### FUNCTION atk_relation_set_add_relation_by_type ##### -->
93 <para>
94
95 </para>
96
97 @set: 
98 @relationship: 
99 @target: 
100
101