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
committerMike Gorse <mgorse@suse.com>2014-11-25 14:25:53 -0600
commita5a9c1096d01cebf21c057ae5d6af28ab1cde806 (patch)
tree7366e42f79759b4b79829aa861139a7a34e3f5ea /atspi/atspi-action.c
parent962731f6fbf7e765f6cae8e910862de1a2001682 (diff)
downloadat-spi2-core-a5a9c1096d01cebf21c057ae5d6af28ab1cde806.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)