Deprecate atspi_text_get_text_{before,at,after}_offset()
authorMario Sanchez Prada <msanchez@gnome.org>
Mon, 19 Jan 2015 17:56:34 +0000 (17:56 +0000)
committerMario Sanchez Prada <msanchez@gnome.org>
Wed, 21 Jan 2015 09:53:27 +0000 (09:53 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=697969

atspi/atspi-text.h

index a73ea16..8e11eb0 100644 (file)
@@ -107,15 +107,15 @@ GHashTable * atspi_text_get_default_attributes (AtspiText *obj, GError **error);
 
 gboolean atspi_text_set_caret_offset (AtspiText *obj, gint new_offset, GError **error);
 
+#ifndef ATSPI_DISABLE_DEPRECATED
 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);
+#endif
+
+AtspiTextRange * atspi_text_get_string_at_offset (AtspiText *obj, gint offset, AtspiTextGranularity granularity, GError **error);
 
 guint atspi_text_get_character_at_offset (AtspiText *obj, gint offset, GError **error);