From: Florian Brosch Date: Thu, 8 May 2014 01:17:43 +0000 (+0200) Subject: xcb: Use [Version] instead of [Deprecated] and [Experimental] X-Git-Tag: 0.31.1~21^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e83be67beeac80eca6dce9fd420f15aa1bf698;p=thirdparty%2Fvala.git xcb: Use [Version] instead of [Deprecated] and [Experimental] --- diff --git a/vapi/xcb.vapi b/vapi/xcb.vapi index 16842628d..5fafd78b3 100644 --- a/vapi/xcb.vapi +++ b/vapi/xcb.vapi @@ -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]