]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
sqlite3: Use [Version] instead of [Deprecated] and [Experimental]
authorFlorian Brosch <flo.brosch@gmail.com>
Thu, 8 May 2014 01:16:32 +0000 (03:16 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 30 Jan 2016 13:45:32 +0000 (14:45 +0100)
vapi/sqlite3.vapi

index 5e777c4dbaa8116d4f4f860e17eccca3c6130010..d2eb0370767028facf4af04e4f51b85049485f4f 100644 (file)
@@ -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")]