Fix doc comment and make sort_with_data deprecated in documentation
authorDidier 'Ptitjes <ptitjes@free.fr>
Mon, 2 Aug 2010 12:54:37 +0000 (14:54 +0200)
committerDidier 'Ptitjes <ptitjes@free.fr>
Mon, 2 Aug 2010 13:24:23 +0000 (15:24 +0200)
gee/arraylist.vala

index 01f48d8..5c369b5 100644 (file)
@@ -226,8 +226,8 @@ public class Gee.ArrayList<G> : AbstractList<G> {
        /**
         * Sorts items by comparing with the specified compare function.
         *
-        * WARNING: This method has only been added as hack and will not
-        *          exist after the next odd minor version bump (>= 0.7.x).
+        * @deprecated This method has only been added as hack and will be
+        * deprecated after the next odd minor version bump (>= 0.7.x).
         *
         * @param compare_func compare function to use to compare items
         */