From: Rico Tzschichholz Date: Sun, 17 Jan 2016 21:40:26 +0000 (+0100) Subject: gdk-3.0, gtk+-3.0: Update to 3.19.6+44d94a4a X-Git-Tag: 0.31.1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23fae167868ed5ae2fb5ed59e4c6e4a26e0300fb;p=thirdparty%2Fvala.git gdk-3.0, gtk+-3.0: Update to 3.19.6+44d94a4a --- diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi index 9b1d85bbb..95e0a5c6b 100644 --- a/vapi/gdk-3.0.vapi +++ b/vapi/gdk-3.0.vapi @@ -4662,7 +4662,7 @@ namespace Gdk { public abstract class DeviceManager : GLib.Object { [CCode (has_construct_function = false)] protected DeviceManager (); - [Deprecated (since = "3.20.")] + [Deprecated (since = "3.20")] public unowned Gdk.Device get_client_pointer (); public unowned Gdk.Display? get_display (); [Deprecated (since = "3.20")] @@ -5220,7 +5220,7 @@ namespace Gdk { public unowned Gdk.Display get_display (); public unowned Gdk.Device? get_keyboard (); public unowned Gdk.Device? get_pointer (); - public GLib.List get_slaves (Gdk.SeatCapabilities capabilities); + public GLib.List get_slaves (Gdk.SeatCapabilities capabilities); public Gdk.GrabStatus grab (Gdk.Window window, Gdk.SeatCapabilities capabilities, bool owner_events, Gdk.Cursor? cursor, Gdk.Event? event, Gdk.SeatGrabPrepareFunc? prepare_func); public void ungrab (); public Gdk.Display display { get; construct; } diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 6d595c1a3..23a7293ae 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -5223,6 +5223,7 @@ namespace Gtk { public void set_screen (Gdk.Screen screen); public void set_state (Gtk.StateFlags flags); public bool state_is_running (Gtk.StateType state, out double progress); + public string to_string (Gtk.StyleContextPrintFlags flags); public Gtk.TextDirection direction { get; set; } [NoAccessorMethod] public Gdk.FrameClock paint_clock { owned get; set; } @@ -8645,6 +8646,13 @@ namespace Gtk { INCONSISTENT, FOCUSED } + [CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_STYLE_CONTEXT_PRINT_")] + [Flags] + public enum StyleContextPrintFlags { + NONE, + RECURSE, + SHOW_STYLE + } [CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_TARGET_")] [Flags] public enum TargetFlags { diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index eabebfc80..b9e9888ab 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -5482,6 +5482,11 @@ + + + + + @@ -24729,6 +24734,13 @@ + + + + + + + @@ -36115,14 +36127,14 @@ - + - + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index 36583d791..c406c6fb8 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -1157,6 +1157,7 @@ gtk_style_context_list_regions transfer_ownership="1" type_arguments="unowned st gtk_style_context_lookup_color.color is_out="1" gtk_style_context_set_parent.parent nullable="1" gtk_style_context_state_is_running.progress is_out="1" +gtk_style_context_to_string transfer_ownership="1" gtk_style_lookup_color.color is_out="1" gtk_style_get_style_property.value is_out="1" gtk_style_properties_register_property.parse_func nullable="1"