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:
AtkRelationType
An
AtkRelationType
. target
-
Type:
AtkObject
An
AtkObject
.The data is owned by the caller of the method.