summaryrefslogtreecommitdiff
path: root/atk/atkobject.h
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-02-18 20:10:22 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-02-18 23:11:31 +0100
commit08177bf931e23c1e40c7d848cca6bcee337178ad (patch)
tree6cc97bc5e6a07010309e81877014e095147f438e /atk/atkobject.h
parent5294c2cf6288f5a62389dea3bdf9863f0b96cd9f (diff)
downloadat-spi2-core-08177bf931e23c1e40c7d848cca6bcee337178ad.tar.gz
atkobject: Added atk_object_get_object_locale
https://bugzilla.gnome.org/show_bug.cgi?id=694117
Diffstat (limited to 'atk/atkobject.h')
-rwxr-xr-xatk/atkobject.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/atk/atkobject.h b/atk/atkobject.h
index 83d77fda..4e15919d 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);
/* */