[java-atk-wrapper] HACKING add list of deprecated functions



commit 248d86e1d713ffc56bb2a47097db31d42e8b7f1c
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sun Nov 23 17:01:22 2014 +0000

    HACKING add list of deprecated functions
    
    These are the functions to be removed or replaced by up to date
    alternatives
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=740581

 HACKING |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/HACKING b/HACKING
index 6a1e9b7..fa323e4 100644
--- a/HACKING
+++ b/HACKING
@@ -97,3 +97,26 @@ Value:
 
 Window TODO investigate in jawobject.c
 
+Deprecated Methods Which Are Implemented
+----------------------------------------
+
+Component Interface:
+  get_position            -   use get_extents instead
+  get_size                -   use get_extents instead
+
+Table Interface:
+  get_index_at            -   use ref_at instead
+  get_column_at_index
+  get_row_at_index
+
+Text Interface:
+  get_text_after_offset  -   use get_string_at_offset instead
+  get_text_at_offset     -   use get_string_at_offset instead
+  get_text_before_offset -   use get_string_at_offset instead
+
+Value Interface:
+  get_maximum_value      -   use get_range instead
+  get_minimum_value      -   use get_range instead
+  set_current_value      -   use set_value instead
+  get_minimum_increment  -   use get_increment instead
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]