summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.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-text.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-text.c')
-rw-r--r--atspi/atspi-text.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c
index 98a454b8..6639fd42 100644
--- a/atspi/atspi-text.c
+++ b/atspi/atspi-text.c
@@ -138,7 +138,7 @@ atspi_text_get_caret_offset (AtspiText *obj, GError **error)
}
/**
- * atspi_text_get_attributes:
+ * atspi_text_get_attributes: (rename-to atspi_text_get_text_attributes)
* @obj: a pointer to the #AtspiText object to query.
* @offset: a #gint indicating the offset from which the attribute
* search is based.
@@ -156,7 +156,6 @@ atspi_text_get_caret_offset (AtspiText *obj, GError **error)
* describing the attributes at the given character offset.
*
* Deprecated: 2.10: Use atspi_text_get_text_attributes instead.
- * Rename to: atspi_text_get_text_attributes
**/
GHashTable *
atspi_text_get_attributes (AtspiText *obj,
@@ -280,7 +279,7 @@ atspi_text_get_attribute_run (AtspiText *obj,
}
/**
- * atspi_text_get_attribute_value:
+ * atspi_text_get_attribute_value: (rename-to atspi_text_get_text_attribute_value)
* @obj: a pointer to the #AtspiText object to query.
* @offset: The character offset at which to query the attribute.
* @attribute_name: The attribute to query.
@@ -291,7 +290,6 @@ atspi_text_get_attribute_run (AtspiText *obj,
* offset, or %NULL if not present.
*
* Deprecated: 2.10: Use atspi_text_get_text_attribute_value instead.
- * Rename to: atspi_text_get_text_attribute_value
**/
gchar *
atspi_text_get_attribute_value (AtspiText *obj,