summaryrefslogtreecommitdiff
path: root/atk/atkhyperlink.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/atkhyperlink.h
parentc28f5c56779bea856f207e746d63218b7fde51c0 (diff)
downloadatk-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/atkhyperlink.h')
-rwxr-xr-xatk/atkhyperlink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkhyperlink.h b/atk/atkhyperlink.h
index 01bab83..dff0c8a 100755
--- a/atk/atkhyperlink.h
+++ b/atk/atkhyperlink.h
@@ -97,7 +97,9 @@ gboolean atk_hyperlink_is_valid (AtkHyperlink *link_);
gboolean atk_hyperlink_is_inline (AtkHyperlink *link_);
gint atk_hyperlink_get_n_anchors (AtkHyperlink *link_);
+#ifndef ATK_DISABLE_DEPRECATED
gboolean atk_hyperlink_is_selected_link (AtkHyperlink *link_);
+#endif /* ATK_DISABLE_DEPRECATED */
G_END_DECLS