]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-2.0: Use [Version] instead of [Deprecated] and [Experimental]
authorFlorian Brosch <flo.brosch@gmail.com>
Thu, 10 Jul 2014 12:19:37 +0000 (14:19 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 30 Jan 2016 13:48:32 +0000 (14:48 +0100)
vapi/packages/gdk-2.0/gdk-2.0-custom.vala

index c1b09e9274e03c2019832d1e71fbfa71739032c8..44e2504d381ca3f3d750caebb5f12b2786c60202 100644 (file)
@@ -79,20 +79,20 @@ namespace Gdk {
                public static void send_notify_for_display (Gdk.Display display, Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
        }
 
-       [Deprecated (since = "vala-0.12", replacement = "Selection.convert")]
+       [Version (deprecated_since = "vala-0.12", replacement = "Selection.convert")]
        public static void selection_convert (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
-       [Deprecated (since = "vala-0.12", replacement = "Selection.owner_get")]
+       [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_get")]
        public static unowned Gdk.Window selection_owner_get (Gdk.Atom selection);
-       [Deprecated (since = "vala-0.12", replacement = "Selection.owner_get_for_display")]
+       [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_get_for_display")]
        public static unowned Gdk.Window selection_owner_get_for_display (Gdk.Display display, Gdk.Atom selection);
-       [Deprecated (since = "vala-0.12", replacement = "Selection.owner_set")]
+       [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_set")]
        public static bool selection_owner_set (Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
-       [Deprecated (since = "vala-0.12", replacement = "Selection.owner_set_for_display")]
+       [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_set_for_display")]
        public static bool selection_owner_set_for_display (Gdk.Display display, Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
-       [Deprecated (since = "vala-0.12", replacement = "Selection.property_get")]
+       [Version (deprecated_since = "vala-0.12", replacement = "Selection.property_get")]
        public static int selection_property_get (Gdk.Window requestor, uchar[] data, out Gdk.Atom prop_type, int prop_format);
-       [Deprecated (since = "vala-0.12", replacement = "Selection.send_notify")]
+       [Version (deprecated_since = "vala-0.12", replacement = "Selection.send_notify")]
        public static void selection_send_notify (Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
-       [Deprecated (since = "vala-0.12", replacement = "Selection.send_notify_for_display")]
+       [Version (deprecated_since = "vala-0.12", replacement = "Selection.send_notify_for_display")]
        public static void selection_send_notify_for_display (Gdk.Display display, Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
 }