summaryrefslogtreecommitdiff
path: root/atk/atkobject.h
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2008-06-19 08:13:52 +0000
committerLi Yuan <liyuan@src.gnome.org>2008-06-19 08:13:52 +0000
commit0c469d095284d062b512d0e9f4ea436b7d725f5b (patch)
treec521a494607b65caee140965d09528e6b3dae635 /atk/atkobject.h
parentc28f5c56779bea856f207e746d63218b7fde51c0 (diff)
downloadat-spi2-core-0c469d095284d062b512d0e9f4ea436b7d725f5b.tar.gz
Patch from Mike Gorse <mgorse@novell.com>. Bug #526752. Mark deprecated
2008-06-19 Li Yuan <li.yuan@sun.com> * atk/Makefile.am: * atk/atk.def: * atk/atk.symbols: * atk/atkhyperlink.h: * atk/atkobject.h: * docs/tmpl/atkhyperlink.sgml: * docs/tmpl/atkobject.sgml: Patch from Mike Gorse <mgorse@novell.com>. Bug #526752. Mark deprecated symbols with ATK_DISABLE_DEPRECATED. svn path=/trunk/; revision=1249
Diffstat (limited to 'atk/atkobject.h')
-rwxr-xr-xatk/atkobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkobject.h b/atk/atkobject.h
index 39499e73..bfd94f3b 100755
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -543,8 +543,10 @@ AtkObject* atk_object_ref_accessible_child (AtkObject *ac
gint i);
AtkRelationSet* atk_object_ref_relation_set (AtkObject *accessible);
AtkRole atk_object_get_role (AtkObject *accessible);
+#ifndef ATK_DISABLE_DEPRECATED
AtkLayer atk_object_get_layer (AtkObject *accessible);
gint atk_object_get_mdi_zorder (AtkObject *accessible);
+#endif /* ATK_DISABLE_DEPRECATED */
AtkAttributeSet* atk_object_get_attributes (AtkObject *accessible);
AtkStateSet* atk_object_ref_state_set (AtkObject *accessible);
gint atk_object_get_index_in_parent (AtkObject *accessible);