summaryrefslogtreecommitdiff
path: root/atk/atkplug.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkplug.h')
-rw-r--r--atk/atkplug.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/atk/atkplug.h b/atk/atkplug.h
index b1d83ffc..ec5bc59f 100644
--- a/atk/atkplug.h
+++ b/atk/atkplug.h
@@ -57,9 +57,11 @@ struct _AtkPlugClass
};
ATK_AVAILABLE_IN_ALL
-AtkObject* atk_plug_new (void);
+AtkObject* atk_plug_new (void);
+ATK_AVAILABLE_IN_2_36
+void atk_plug_set_child (AtkPlug *plug, AtkObject *child);
ATK_AVAILABLE_IN_ALL
-gchar* atk_plug_get_id (AtkPlug* plug);
+gchar* atk_plug_get_id (AtkPlug* plug);
G_END_DECLS