[vala/x-version: 6/22] xcb: Use [Version] instead of [Deprecated] and [Experimental]
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/x-version: 6/22] xcb: Use [Version] instead of [Deprecated] and [Experimental]
- Date: Sat, 19 Jul 2014 11:17:53 +0000 (UTC)
commit fac98cd56385d9853df5d19bea48b448c99e1439
Author: Florian Brosch <flo brosch gmail com>
Date: Thu May 8 03:17:43 2014 +0200
xcb: Use [Version] instead of [Deprecated] and [Experimental]
vapi/xcb.vapi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/vapi/xcb.vapi b/vapi/xcb.vapi
index 6575492..7369291 100644
--- a/vapi/xcb.vapi
+++ b/vapi/xcb.vapi
@@ -2089,11 +2089,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]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]