summaryrefslogtreecommitdiff
path: root/atspi/atspi-action.c
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-11-25 13:08:42 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-11-25 13:09:32 +0100
commitb7bd063e3cd805bc50bf03c5e12087b1553436a2 (patch)
tree9639ece18beab12fdb1d00e6846fda2705460318 /atspi/atspi-action.c
parent014e1cff82f6ab3883fb205526d6d9eac51c1217 (diff)
downloadat-spi2-core-b7bd063e3cd805bc50bf03c5e12087b1553436a2.tar.gz
Replaced deprecated "Rename to" GTK-Doc tag
Replaced by the gi annotation rename-to on the identifier.
Diffstat (limited to 'atspi/atspi-action.c')
-rw-r--r--atspi/atspi-action.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/atspi/atspi-action.c b/atspi/atspi-action.c
index 17b6302a..731773ac 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:
+ * atspi_action_get_description: (rename-to atspi_action_get_action_description)
* @obj: a pointer to the #AtspiAction implementor to query.
* @i: an integer indicating which action to query.
*
@@ -54,7 +54,6 @@ 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)
@@ -129,7 +128,7 @@ atspi_action_get_key_binding (AtspiAction *obj, gint i, GError **error)
}
/**
- * atspi_action_get_name:
+ * atspi_action_get_name: (rename-to atspi_action_get_action_name)
* @obj: a pointer to the #AtspiAction implementor to query.
* @i: an integer indicating which action to query.
*
@@ -139,7 +138,6 @@ 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)