summaryrefslogtreecommitdiff
path: root/atspi/atspi-action.c
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-11-25 14:24:54 -0600
committerMike Gorse <mgorse@suse.com>2014-11-25 14:24:54 -0600
commite655806752d5df7ed05392442516285ee3c5a964 (patch)
tree69c8366fd6bf0c098faff5a8e4e633d0f8abcf0a /atspi/atspi-action.c
parentb7bd063e3cd805bc50bf03c5e12087b1553436a2 (diff)
downloadat-spi2-core-e655806752d5df7ed05392442516285ee3c5a964.tar.gz
Revert "Replaced deprecated "Rename to" GTK-Doc tag"
Forgot to tag the release; going to revert, tag, then re-apply. This reverts commit b7bd063e3cd805bc50bf03c5e12087b1553436a2.
Diffstat (limited to 'atspi/atspi-action.c')
-rw-r--r--atspi/atspi-action.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/atspi/atspi-action.c b/atspi/atspi-action.c
index 731773ac..17b6302a 100644
--- a/atspi/atspi-action.c
+++ b/atspi/atspi-action.c
@@ -44,7 +44,7 @@ atspi_action_get_n_actions (AtspiAction *obj, GError **error)
}
/**
- * atspi_action_get_description: (rename-to atspi_action_get_action_description)
+ * atspi_action_get_description:
* @obj: a pointer to the #AtspiAction implementor to query.
* @i: an integer indicating which action to query.
*
@@ -54,6 +54,7 @@ atspi_action_get_n_actions (AtspiAction *obj, GError **error)
* Returns: a UTF-8 string describing the '@i-th' invocable action.
*
* Deprecated: 2.10: Use atspi_action_get_action_description instead.
+ * Rename to: atspi_action_get_action_description
**/
gchar *
atspi_action_get_description (AtspiAction *obj, int i, GError **error)
@@ -128,7 +129,7 @@ atspi_action_get_key_binding (AtspiAction *obj, gint i, GError **error)
}
/**
- * atspi_action_get_name: (rename-to atspi_action_get_action_name)
+ * atspi_action_get_name:
* @obj: a pointer to the #AtspiAction implementor to query.
* @i: an integer indicating which action to query.
*
@@ -138,6 +139,7 @@ atspi_action_get_key_binding (AtspiAction *obj, gint i, GError **error)
* Returns: the non-localized name of the action, as a UTF-8 string.
*
* Deprecated: 2.10: Use atspi_action_get_action_name instead.
+ * Rename to: atspi_action_get_action_name
**/
gchar *
atspi_action_get_name (AtspiAction *obj, gint i, GError **error)