ObjectWrap.addRelationship

bool addRelationship(atk.types.RelationType relationship, atk.object.ObjectWrap target)

Adds a relationship of the specified type with the specified target.

Parameters

relationshipThe #AtkRelationType of the relation
targetThe #AtkObject which is to be the target of the relation.

Returns

TRUE if the relationship is added.