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

index 16842628d767cd1eff7d4555e8604f481862c4c4..5fafd78b3515bca6a308db639aa3a82bff93e949 100644 (file)
@@ -2081,11 +2081,11 @@ namespace Xcb {
                public static void next (ref VisualTypeIterator iter);
        }
 
-       [Deprecated (since = "vala-0.14", replacement = "Xcb.Connection")]
+       [Version (deprecated_since = "vala-0.14", replacement = "Xcb.Connection")]
        public Connection connect (string? display = null, out int screen = null);
-       [Deprecated (since = "vala-0.14", replacement = "Xcb.Connection.create_window")]
+       [Version (deprecated_since = "vala-0.14", replacement = "Xcb.Connection.create_window")]
        public VoidCookie create_window (Connection connection, uint8 depth, Window wid, Window parent, int16 x, int16 y, uint16 width, uint16 height, uint16 border_width, uint16 _class, VisualID visual, uint32 value_mask, [CCode (array_length = false)] uint32[] value_list);
-       [Deprecated (since = "vala-0.14", replacement = "Xcb.Connection.map_window")]
+       [Version (deprecated_since = "vala-0.14", replacement = "Xcb.Connection.map_window")]
        public VoidCookie map_window (Connection connection, Window wid);
 
        [SimpleType]