From: Florian Brosch Date: Thu, 10 Jul 2014 12:19:37 +0000 (+0200) Subject: gdk-2.0: Use [Version] instead of [Deprecated] and [Experimental] X-Git-Tag: 0.31.1~21^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6f50b4f0260b57c00efc15075742c4c431dd63a;p=thirdparty%2Fvala.git gdk-2.0: Use [Version] instead of [Deprecated] and [Experimental] --- diff --git a/vapi/packages/gdk-2.0/gdk-2.0-custom.vala b/vapi/packages/gdk-2.0/gdk-2.0-custom.vala index c1b09e927..44e2504d3 100644 --- a/vapi/packages/gdk-2.0/gdk-2.0-custom.vala +++ b/vapi/packages/gdk-2.0/gdk-2.0-custom.vala @@ -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_); }