From: Rico Tzschichholz Date: Wed, 30 May 2018 09:24:44 +0000 (+0200) Subject: xcb: Drop vala-specific deprecations <= vala-0.22 X-Git-Tag: 0.41.90~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfdc731e9826e31c1fc020a467f06368d6e88244;p=thirdparty%2Fvala.git xcb: Drop vala-specific deprecations <= vala-0.22 --- diff --git a/vapi/xcb.vapi b/vapi/xcb.vapi index 48992cf8d..d92207000 100644 --- a/vapi/xcb.vapi +++ b/vapi/xcb.vapi @@ -2081,13 +2081,6 @@ namespace Xcb { public static void next (ref VisualTypeIterator iter); } - [Version (deprecated_since = "vala-0.14", replacement = "Xcb.Connection")] - public Connection connect (string? display = null, out int screen = null); - [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); - [Version (deprecated_since = "vala-0.14", replacement = "Xcb.Connection.map_window")] - public VoidCookie map_window (Connection connection, Window wid); - [SimpleType] [CCode (cname = "xcb_void_cookie_t", has_type_id = false)] public struct VoidCookie {