summaryrefslogtreecommitdiff
path: root/atk/atkobject.c
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2004-11-22 13:21:18 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2004-11-22 13:21:18 +0000
commit44d21d4402a64f7ca60b84e8543e205f585d207f (patch)
tree9cd544e6d4acad38183ed94dc3790c2c51d0b9a9 /atk/atkobject.c
parent46270d7db51b3808ffc2aa0324272159bb6e792c (diff)
downloadatk-44d21d4402a64f7ca60b84e8543e205f585d207f.tar.gz
Replace DEPRECATED by @Deprecated in comments to fix warning when
2004-11-22 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments to fix warning when documentation is generated. * atk/atkrelation.[ch]: * docs/tmpl/atkrelation.sgml: Add atk_relation_add_target. * atk/atkrelationset.[ch]: * atk/tmpl/atkrelationset.sgml: Add atk_relation_add_relation_by_type. * docs/atk-sections.txt: Add atk_relation_add_target and atk_relation_add_relation_by_type. Fixes bug #158722.
Diffstat (limited to 'atk/atkobject.c')
-rwxr-xr-xatk/atkobject.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/atk/atkobject.c b/atk/atkobject.c
index 2ca6636..2c17358 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -677,9 +677,10 @@ atk_object_get_role (AtkObject *accessible)
* @accessible: an #AtkObject
*
* Gets the layer of the accessible.
- * DEPRECATED: use atk_component_get_layer instead!
*
* Returns: an #AtkLayer which is the layer of the accessible
+ *
+ * @Deprecated: Use atk_component_get_layer instead.
**/
AtkLayer
atk_object_get_layer (AtkObject *accessible)
@@ -701,11 +702,12 @@ atk_object_get_layer (AtkObject *accessible)
*
* Gets the zorder of the accessible. The value G_MININT will be returned
* if the layer of the accessible is not ATK_LAYER_MDI.
- * DEPRECATED: use atk_component_get_mdi_zorder instead!
*
* Returns: a gint which is the zorder of the accessible, i.e. the depth at
* which the component is shown in relation to other components in the same
* container.
+ *
+ * @Deprecated: Use atk_component_get_mdi_zorder instead.
**/
gint
atk_object_get_mdi_zorder (AtkObject *accessible)