[vala: 12/25] gdk-3.0: Use [Version] instead of [Deprecated] and [Experimental]
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala: 12/25] gdk-3.0: Use [Version] instead of [Deprecated] and [Experimental]
- Date: Sat, 30 Jan 2016 14:14:32 +0000 (UTC)
commit f3b11fb8e1b4830b1972f97e5ffab6fb1f7247ca
Author: Florian Brosch <flo brosch gmail com>
Date: Wed Jul 9 19:57:06 2014 +0200
gdk-3.0: Use [Version] instead of [Deprecated] and [Experimental]
vapi/metadata/Gdk-3.0-custom.vala | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/vapi/metadata/Gdk-3.0-custom.vala b/vapi/metadata/Gdk-3.0-custom.vala
index c538139..c227ab5 100644
--- a/vapi/metadata/Gdk-3.0-custom.vala
+++ b/vapi/metadata/Gdk-3.0-custom.vala
@@ -64,21 +64,21 @@ namespace Gdk {
public const Gdk.Atom SELECTION_SECONDARY;
[CCode (cheader_filename = "gdk/gdk.h")]
- [Deprecated (replacement = "Selection.convert", since = "vala-0.12")]
+ [Version (replacement = "Selection.convert", deprecated_since = "vala-0.12")]
public static void selection_convert (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target,
uint32 time_);
- [Deprecated (replacement = "Selection.owner_get", since = "vala-0.12")]
+ [Version (replacement = "Selection.owner_get", deprecated_since = "vala-0.12")]
public static unowned Gdk.Window selection_owner_get (Gdk.Atom selection);
[CCode (cheader_filename = "gdk/gdk.h")]
- [Deprecated (replacement = "Selection.owner_get_for_display", since = "vala-0.12")]
+ [Version (replacement = "Selection.owner_get_for_display", deprecated_since = "vala-0.12")]
public static unowned Gdk.Window selection_owner_get_for_display (Gdk.Display display, Gdk.Atom
selection);
- [Deprecated (replacement = "Selection.owner_set", since = "vala-0.12")]
+ [Version (replacement = "Selection.owner_set", deprecated_since = "vala-0.12")]
public static bool selection_owner_set (Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool
send_event);
- [Deprecated (replacement = "Selection.owner_set_for_display", since = "vala-0.12")]
+ [Version (replacement = "Selection.owner_set_for_display", deprecated_since = "vala-0.12")]
public static bool selection_owner_set_for_display (Gdk.Display display, Gdk.Window owner, Gdk.Atom
selection, uint32 time_, bool send_event);
- [Deprecated (replacement = "Selection.property_get", since = "vala-0.12")]
+ [Version (replacement = "Selection.property_get", deprecated_since = "vala-0.12")]
public static int selection_property_get (Gdk.Window requestor, uchar[] data, out Gdk.Atom prop_type,
int prop_format);
- [Deprecated (replacement = "Selection.send_notify", since = "vala-0.12")]
+ [Version (replacement = "Selection.send_notify", deprecated_since = "vala-0.12")]
public static void selection_send_notify (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target,
Gdk.Atom property, uint32 time_);
- [Deprecated (replacement = "Selection.send_notify_for_display", since = "vala-0.12")]
+ [Version (replacement = "Selection.send_notify_for_display", deprecated_since = "vala-0.12")]
public static void selection_send_notify_for_display (Gdk.Display display, Gdk.Window requestor,
Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]