diff options
Diffstat (limited to 'docs/tmpl/atkrelationset.sgml')
-rw-r--r-- | docs/tmpl/atkrelationset.sgml | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/docs/tmpl/atkrelationset.sgml b/docs/tmpl/atkrelationset.sgml new file mode 100644 index 0000000..6a12432 --- /dev/null +++ b/docs/tmpl/atkrelationset.sgml @@ -0,0 +1,84 @@ +<!-- ##### SECTION Title ##### --> +AtkRelationSet + +<!-- ##### SECTION Short_Description ##### --> +a set of #AtkRelations, which define the functional relationships +between #AtkObjects + +<!-- ##### SECTION Long_Description ##### --> +<para> +A set of #AtkRelations, which define the functional relationships +between #AtkObjects. + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### FUNCTION atk_relation_set_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION atk_relation_set_contains ##### --> +<para> + +</para> + +@set: +@relationship: +@Returns: + + +<!-- ##### FUNCTION atk_relation_set_remove ##### --> +<para> + +</para> + +@set: +@relation: + + +<!-- ##### FUNCTION atk_relation_set_add ##### --> +<para> + +</para> + +@set: +@relation: + + +<!-- ##### FUNCTION atk_relation_set_get_n_relations ##### --> +<para> + +</para> + +@set: +@Returns: + + +<!-- ##### FUNCTION atk_relation_set_get_relation ##### --> +<para> + +</para> + +@set: +@i: +@Returns: + + +<!-- ##### FUNCTION atk_relation_set_get_relation_by_type ##### --> +<para> + +</para> + +@set: +@relationship: +@Returns: + + |