Description
An object used to describe a relation between a object and one or more
other objects.Hierarchy
GObject
+----AtkRelation
Detailed Description
An AtkRelation describes a relation between an object and one or more
other objects. The actual relations that an object has with other objects
are defined as an AtkRelationSet, which is a set of AtkRelations.Convenient Construction
atkRelation
is the equivalent of atkRelationNew
.Properties
relation-type
[AtkRelationType
: Read / Write]- The type of the relation. Default value: ATK_RELATION_NULL
target
[GValueArray : * : Read / Write]- An list of the targets for the relation.