]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-2.0: Drop vala-specific deprecations <= vala-0.22
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 30 May 2018 09:07:24 +0000 (11:07 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 30 May 2018 09:27:07 +0000 (11:27 +0200)
vapi/gdk-2.0.vapi
vapi/packages/gdk-2.0/gdk-2.0-custom.vala

index 4d892d5c08d1dc5f1ec3193c250b34add201ab11..4c57bd5d8fe5a6cc2f0b7ace4404a61fda5e39fa 100644 (file)
@@ -6290,30 +6290,6 @@ namespace Gdk {
        [Version (deprecated = true, deprecated_since = "2.22")]
        public static void rgb_set_verbose (bool verbose);
        [CCode (cheader_filename = "gdk/gdk.h")]
-       [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_);
-       [CCode (cheader_filename = "gdk/gdk.h")]
-       [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_get")]
-       public static unowned Gdk.Window selection_owner_get (Gdk.Atom selection);
-       [CCode (cheader_filename = "gdk/gdk.h")]
-       [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);
-       [CCode (cheader_filename = "gdk/gdk.h")]
-       [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);
-       [CCode (cheader_filename = "gdk/gdk.h")]
-       [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);
-       [CCode (cheader_filename = "gdk/gdk.h")]
-       [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);
-       [CCode (cheader_filename = "gdk/gdk.h")]
-       [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_);
-       [CCode (cheader_filename = "gdk/gdk.h")]
-       [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_);
-       [CCode (cheader_filename = "gdk/gdk.h")]
        public static void set_double_click_time (uint msec);
        [CCode (cheader_filename = "gdk/gdk.h")]
        public static unowned string set_locale ();
index 44e2504d381ca3f3d750caebb5f12b2786c60202..8e6e9be3a70322e65bebc7c6c851e5ddfc01c47c 100644 (file)
@@ -78,21 +78,4 @@ namespace Gdk {
                public static void send_notify (Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
                public static void send_notify_for_display (Gdk.Display display, Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
        }
-
-       [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_);
-       [Version (deprecated_since = "vala-0.12", replacement = "Selection.owner_get")]
-       public static unowned Gdk.Window selection_owner_get (Gdk.Atom selection);
-       [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);
-       [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);
-       [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);
-       [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);
-       [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_);
-       [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_);
 }