[vala/wip/x-version: 5/24] sqlite3: Use [Version] instead of [Deprecated] and [Experimental]
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/x-version: 5/24] sqlite3: Use [Version] instead of [Deprecated] and [Experimental]
- Date: Thu, 25 Dec 2014 20:51:53 +0000 (UTC)
commit 79f6a17fef02a61845c04f1bac87a47f25a18d88
Author: Florian Brosch <flo brosch gmail com>
Date: Thu May 8 03:16:32 2014 +0200
sqlite3: Use [Version] instead of [Deprecated] and [Experimental]
vapi/sqlite3.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/sqlite3.vapi b/vapi/sqlite3.vapi
index 5e777c4..d2eb037 100644
--- a/vapi/sqlite3.vapi
+++ b/vapi/sqlite3.vapi
@@ -399,7 +399,7 @@ namespace Sqlite {
public static int64 used ();
[CCode (cname = "sqlite3_memory_highwater")]
public static int64 highwater (int reset = 0);
- [Deprecated (since = "3.7.2", replacement = "Sqlite.Memory.soft_heap_limit64")]
+ [Version (deprecated_since = "3.7.2", replacement = "Sqlite.Memory.soft_heap_limit64")]
[CCode (cname = "sqlite3_soft_heap_limit")]
public static void soft_heap_limit (int limit);
[CCode (cname = "sqlite3_soft_heap_limit64")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]