summaryrefslogtreecommitdiff
path: root/atk/atkobject.h
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-12-09 11:28:51 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-12-09 17:07:20 +0100
commit82a1f6f8090e385ad9c61a6b4f83ca5ba9c97fd1 (patch)
treeb0de7db93dc59dbdac1da987168656951d2d9f9d /atk/atkobject.h
parent902bb0cdf2c42495455979538e3264ebf8c30c37 (diff)
downloadatk-82a1f6f8090e385ad9c61a6b4f83ca5ba9c97fd1.tar.gz
atkobject: add atk_object_peek_parent
https://bugzilla.gnome.org/show_bug.cgi?id=720095
Diffstat (limited to 'atk/atkobject.h')
-rwxr-xr-xatk/atkobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atk/atkobject.h b/atk/atkobject.h
index 712060d..404b505 100755
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -645,6 +645,7 @@ AtkObject* atk_implementor_ref_accessible (AtkImplemento
const gchar* atk_object_get_name (AtkObject *accessible);
const gchar* atk_object_get_description (AtkObject *accessible);
AtkObject* atk_object_get_parent (AtkObject *accessible);
+AtkObject* atk_object_peek_parent (AtkObject *accessible);
gint atk_object_get_n_accessible_children (AtkObject *accessible);
AtkObject* atk_object_ref_accessible_child (AtkObject *accessible,
gint i);