summaryrefslogtreecommitdiff
path: root/atk/atkobject.c
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-06-23 16:01:59 +0000
committerBill Haneman <billh@src.gnome.org>2006-06-23 16:01:59 +0000
commit5d9db2b46dfe8cfa91948d8f45f22e6f14f12fd6 (patch)
treef6a2376c317e0ffeca2ca0f29f50e9b4e00695ae /atk/atkobject.c
parent410bb17332fd4d4bb46a892ad213ed5ab523b6da (diff)
downloadatk-5d9db2b46dfe8cfa91948d8f45f22e6f14f12fd6.tar.gz
Revise atk-docs.sgml to add indices for deprecated and new
symbols, and modify the inline docs so that the parser can find them. Bug #313183.
Diffstat (limited to 'atk/atkobject.c')
-rwxr-xr-xatk/atkobject.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atk/atkobject.c b/atk/atkobject.c
index 77b3df2..2d2921f 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -738,7 +738,7 @@ atk_object_get_role (AtkObject *accessible)
*
* Gets the layer of the accessible.
*
- * @Deprecated: Use atk_component_get_layer instead.
+ * Deprecated: Use atk_component_get_layer instead.
*
* Returns: an #AtkLayer which is the layer of the accessible
**/
@@ -763,7 +763,7 @@ 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.
+ * 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
@@ -1037,7 +1037,7 @@ atk_implementor_ref_accessible (AtkImplementor *implementor)
* as distinct from strongly-typed object data available via other get/set methods.
* Not all objects have explicit "name-value pair" #AtkAttributeSet properties.
*
- * @Since ATK 1.12
+ * Since: ATK 1.12
*
* Returns: an #AtkAttributeSet consisting of all explicit properties/annotations applied to
* the object, or an empty set if the object has no name-value pair attributes assigned to it.