ObjectWrap.removeRelationship

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

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

Parameters

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

Returns

TRUE if the relationship is removed.