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]