From 08177bf931e23c1e40c7d848cca6bcee337178ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 18 Feb 2013 20:10:22 +0100 Subject: atkobject: Added atk_object_get_object_locale https://bugzilla.gnome.org/show_bug.cgi?id=694117 --- atk/atkobject.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'atk/atkobject.h') diff --git a/atk/atkobject.h b/atk/atkobject.h index 83d77fd..4e15919 100755 --- a/atk/atkobject.h +++ b/atk/atkobject.h @@ -531,8 +531,10 @@ void (* initialize) (AtkObject * Since ATK 1.12 */ AtkAttributeSet* (*get_attributes) (AtkObject *accessible); + + const gchar* (*get_object_locale) (AtkObject *accessible); + AtkFunction pad1; - AtkFunction pad2; }; GType atk_object_get_type (void); @@ -613,6 +615,7 @@ gboolean atk_object_remove_relationship (AtkObject * AtkRelationType relationship, AtkObject *target); const gchar* atk_role_get_localized_name (AtkRole role); +const gchar* atk_object_get_object_locale (AtkObject *accessible); /* */ -- cgit v1.2.1