summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.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-text.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-text.c')
-rw-r--r--atspi/atspi-text.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c
index 6639fd42..98a454b8 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: (rename-to atspi_text_get_text_attributes)
+ * atspi_text_get_attributes:
* @obj: a pointer to the #AtspiText object to query.
* @offset: a #gint indicating the offset from which the attribute
* search is based.
@@ -156,6 +156,7 @@ 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,
@@ -279,7 +280,7 @@ atspi_text_get_attribute_run (AtspiText *obj,
}
/**
- * atspi_text_get_attribute_value: (rename-to atspi_text_get_text_attribute_value)
+ * atspi_text_get_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.
@@ -290,6 +291,7 @@ 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,