[libgee] Fix doc comment and make sort_with_data deprecated in documentation
- From: Didier Villevalois <dvillevalois src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgee] Fix doc comment and make sort_with_data deprecated in documentation
- Date: Mon, 2 Aug 2010 13:49:42 +0000 (UTC)
commit 20b6903c477b97a30f08b43da9dbacb314aebba2
Author: Didier 'Ptitjes <ptitjes free fr>
Date: Mon Aug 2 14:54:37 2010 +0200
Fix doc comment and make sort_with_data deprecated in documentation
gee/arraylist.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gee/arraylist.vala b/gee/arraylist.vala
index 01f48d8..5c369b5 100644
--- a/gee/arraylist.vala
+++ b/gee/arraylist.vala
@@ -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
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]