summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-08-19 16:43:02 -0500
committerMike Gorse <mgorse@suse.com>2013-08-19 16:43:02 -0500
commit56220f05bc8b7683911658e1a8aff4a1ab3cab8d (patch)
tree44401d817dd769c1f80665303cbee623f57410d5 /atspi/atspi-text.h
parent725b582d70873d2205dee622fa410894f28a67e9 (diff)
downloadat-spi2-core-56220f05bc8b7683911658e1a8aff4a1ab3cab8d.tar.gz
Add atspi_text_get_string_at_offset
Diffstat (limited to 'atspi/atspi-text.h')
-rw-r--r--atspi/atspi-text.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/atspi/atspi-text.h b/atspi/atspi-text.h
index f027e9a1..a73ea165 100644
--- a/atspi/atspi-text.h
+++ b/atspi/atspi-text.h
@@ -109,7 +109,11 @@ gboolean atspi_text_set_caret_offset (AtspiText *obj, gint new_offset, GError **
AtspiTextRange * atspi_text_get_text_before_offset (AtspiText *obj, gint offset, AtspiTextBoundaryType type, GError **error);
+AtspiTextRange * atspi_text_get_string_at_offset (AtspiText *obj, gint offset, AtspiTextGranularity granularity, GError **error);
+
+#ifndef ATSPI_DISABLE_DEPRECATED
AtspiTextRange * atspi_text_get_text_at_offset (AtspiText *obj, gint offset, AtspiTextBoundaryType type, GError **error);
+#endif
AtspiTextRange * atspi_text_get_text_after_offset (AtspiText *obj, gint offset, AtspiTextBoundaryType type, GError **error);