Method
AtkRelationSetcontains_target
Declaration [src]
gboolean
atk_relation_set_contains_target (
  AtkRelationSet* set,
  AtkRelationType relationship,
  AtkObject* target
)
Description [src]
Determines whether the relation set contains a relation that
matches the specified pair formed by type relationship and object
target.
Parameters
- relationship
- 
            Type: AtkRelationTypeAn AtkRelationType.
- target
- 
            Type: AtkObjectAn AtkObject.The data is owned by the caller of the method.