summaryrefslogtreecommitdiff
path: root/atk/atkobject.h
diff options
context:
space:
mode:
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 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);
/* */