]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
xcb: Drop vala-specific deprecations <= vala-0.22
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 30 May 2018 09:24:44 +0000 (11:24 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 30 May 2018 09:27:07 +0000 (11:27 +0200)
vapi/xcb.vapi

index 48992cf8df04c2e1d28eedd669bbfdb10b37446f..d9220700076ca951a8f3ee6aeecdd95ea3ac6846 100644 (file)
@@ -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 {