[vala] gdk-3.0: Update to 3.22.2+0ad5d51d



commit 6967f418bfc0d7beeb612a948c195983d858d028
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Oct 30 08:11:24 2016 +0100

    gdk-3.0: Update to 3.22.2+0ad5d51d

 vapi/gdk-3.0.vapi |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi
index cc0ebcf..6485a58 100644
--- a/vapi/gdk-3.0.vapi
+++ b/vapi/gdk-3.0.vapi
@@ -5605,11 +5605,17 @@ namespace Gdk {
        public class Visual : GLib.Object {
                [CCode (has_construct_function = false)]
                protected Visual ();
+               [Version (deprecated = true, deprecated_since = "3.22")]
                public static unowned Gdk.Visual get_best ();
+               [Version (deprecated = true, deprecated_since = "3.22")]
                public static int get_best_depth ();
+               [Version (deprecated = true, deprecated_since = "3.22")]
                public static Gdk.VisualType get_best_type ();
+               [Version (deprecated = true, deprecated_since = "3.22")]
                public static unowned Gdk.Visual? get_best_with_both (int depth, Gdk.VisualType visual_type);
+               [Version (deprecated = true, deprecated_since = "3.22")]
                public static unowned Gdk.Visual get_best_with_depth (int depth);
+               [Version (deprecated = true, deprecated_since = "3.22")]
                public static unowned Gdk.Visual get_best_with_type (Gdk.VisualType visual_type);
                [Version (deprecated = true, deprecated_since = "3.22.", since = "2.22")]
                public int get_bits_per_rgb ();
@@ -5627,6 +5633,7 @@ namespace Gdk {
                public void get_red_pixel_details (out uint32 mask, out int shift, out int precision);
                [Version (since = "2.2")]
                public unowned Gdk.Screen get_screen ();
+               [Version (deprecated = true, deprecated_since = "3.22")]
                public static unowned Gdk.Visual get_system ();
                [Version (since = "2.22")]
                public Gdk.VisualType get_visual_type ();
@@ -6765,6 +6772,7 @@ namespace Gdk {
        [CCode (cheader_filename = "gdk/gdk.h")]
        public static uint keyval_to_upper (uint keyval);
        [CCode (cheader_filename = "gdk/gdk.h")]
+       [Version (deprecated = true, deprecated_since = "3.22")]
        public static GLib.List<weak Gdk.Visual> list_visuals ();
        [CCode (cheader_filename = "gdk/gdk.h")]
        [Version (since = "2.2")]
@@ -6816,8 +6824,10 @@ namespace Gdk {
        [CCode (cheader_filename = "gdk/gdk.h")]
        public static bool property_get (Gdk.Window window, Gdk.Atom property, Gdk.Atom type, ulong offset, 
ulong length, int pdelete, out Gdk.Atom actual_property_type, out int actual_format, [CCode 
(array_length_cname = "actual_length", array_length_pos = 8.5)] out uint8[] data);
        [CCode (cheader_filename = "gdk/gdk.h")]
+       [Version (deprecated = true, deprecated_since = "3.22")]
        public static void query_depths ([CCode (array_length_cname = "count", array_length_pos = 1.1)] out 
unowned int[] depths);
        [CCode (cheader_filename = "gdk/gdk.h")]
+       [Version (deprecated = true, deprecated_since = "3.22")]
        public static void query_visual_types ([CCode (array_length_cname = "count", array_length_pos = 1.1)] 
out unowned Gdk.VisualType[] visual_types);
        [CCode (cheader_filename = "gdk/gdk.h")]
        [Version (deprecated_since = "vala-0.12", replacement = "Selection.convert")]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]