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