[java-atk-wrapper] Restore calling set_role
- From: Samuel Thibault <sthibaul src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] Restore calling set_role
- Date: Mon, 17 Jun 2019 22:19:04 +0000 (UTC)
commit 85135359155056145eecd9f00f5c83df6d840814
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date: Tue Jun 18 00:18:51 2019 +0200
Restore calling set_role
jni/src/jawobject.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/jni/src/jawobject.c b/jni/src/jawobject.c
index 82fe5d8..dab4552 100644
--- a/jni/src/jawobject.c
+++ b/jni/src/jawobject.c
@@ -48,6 +48,7 @@ static AtkObject* jaw_object_get_parent(AtkObject *obj);
static void jaw_object_set_name (AtkObject *atk_obj, const gchar *name);
static void jaw_object_set_description (AtkObject *atk_obj, const gchar *description);
static void jaw_object_set_parent(AtkObject *atk_obj, AtkObject *parent);
+static void jaw_object_set_role (AtkObject *atk_obj, AtkRole role);
static const gchar *jaw_object_get_object_locale (AtkObject *atk_obj);
static AtkRelationSet *jaw_object_ref_relation_set (AtkObject *atk_obj);
static AtkObject *jaw_object_ref_child(AtkObject *atk_obj, gint i);
@@ -104,6 +105,7 @@ jaw_object_class_init (JawObjectClass *klass)
atk_class->get_role = jaw_object_get_role;
atk_class->get_parent = jaw_object_get_parent;
atk_class->set_parent = jaw_object_set_parent;
+ atk_class->set_role = jaw_object_set_role;
atk_class->get_object_locale = jaw_object_get_object_locale;
atk_class->ref_relation_set = jaw_object_ref_relation_set;
atk_class->ref_child = jaw_object_ref_child;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]