summaryrefslogtreecommitdiff
path: root/atk/atkrelationset.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkrelationset.h')
-rwxr-xr-xatk/atkrelationset.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/atk/atkrelationset.h b/atk/atkrelationset.h
index 9bf572c..e0b5449 100755
--- a/atk/atkrelationset.h
+++ b/atk/atkrelationset.h
@@ -60,6 +60,9 @@ GType atk_relation_set_get_type (void);
AtkRelationSet* atk_relation_set_new (void);
gboolean atk_relation_set_contains (AtkRelationSet *set,
AtkRelationType relationship);
+gboolean atk_relation_set_contains_target (AtkRelationSet *set,
+ AtkRelationType relationship,
+ AtkObject *targe);
void atk_relation_set_remove (AtkRelationSet *set,
AtkRelation *relation);
void atk_relation_set_add (AtkRelationSet *set,