Method
AtkObjectremove_relationship
Declaration [src]
gboolean
atk_object_remove_relationship (
  AtkObject* object,
  AtkRelationType relationship,
  AtkObject* target
)
Parameters
- relationship
- 
            Type: AtkRelationTypeThe AtkRelationTypeof the relation.
- target
- 
            Type: AtkObjectThe AtkObjectwhich is the target of the relation to be removed.The data is owned by the caller of the method.