From: Rico Tzschichholz Date: Sat, 30 Jan 2016 21:23:24 +0000 (+0100) Subject: gdk-3.0, gtk+-3.0: Update to 3.19.8 X-Git-Tag: 0.31.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=763f51e5023938f826b24d25635d0a8bd0bfe267;p=thirdparty%2Fvala.git gdk-3.0, gtk+-3.0: Update to 3.19.8 --- diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi index 5a01af215..ecef70d51 100644 --- a/vapi/gdk-3.0.vapi +++ b/vapi/gdk-3.0.vapi @@ -4863,13 +4863,13 @@ namespace Gdk { [Version (since = "3.20")] public void set_hotspot (int hot_x, int hot_y); [Version (since = "3.20")] - public signal void action_changed (Gdk.DragAction object); + public signal void action_changed (Gdk.DragAction action); [Version (since = "3.20")] public signal void cancel (); [Version (since = "3.20")] public signal void dnd_finished (); [Version (since = "3.20")] - public signal void drop_performed (int object); + public signal void drop_performed (int time); } [CCode (cheader_filename = "gdk/gdk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdk_event_get_type ()")] [Compact] diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 99c53b9ae..d45669e0b 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -1451,6 +1451,8 @@ namespace Gtk { [Version (deprecated_since = "3.4", replacement = "rgba")] public Gdk.Color color { get; set; } public Gdk.RGBA rgba { get; set; } + [NoAccessorMethod] + public bool show_editor { get; set; } public string title { get; set; } public bool use_alpha { get; set; } public virtual signal void color_set (); @@ -9926,6 +9928,8 @@ namespace Gtk { [Version (deprecated_since = "vala-0.16", replacement = "StyleContext.render_background")] public static void render_background (Gtk.StyleContext context, Cairo.Context cr, double x, double y, double width, double height); [CCode (cheader_filename = "gtk/gtk.h")] + public static void render_background_get_clip (Gtk.StyleContext context, double x, double y, double width, double height, Gdk.Rectangle out_clip); + [CCode (cheader_filename = "gtk/gtk.h")] [Version (deprecated_since = "vala-0.16", replacement = "StyleContext.render_check")] public static void render_check (Gtk.StyleContext context, Cairo.Context cr, double x, double y, double width, double height); [CCode (cheader_filename = "gtk/gtk.h")] diff --git a/vapi/metadata/Gdk-3.0-custom.vala b/vapi/metadata/Gdk-3.0-custom.vala index c227ab5aa..d2ba73ca4 100644 --- a/vapi/metadata/Gdk-3.0-custom.vala +++ b/vapi/metadata/Gdk-3.0-custom.vala @@ -46,6 +46,12 @@ namespace Gdk { public string str; } + [CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_rgba_get_type ()")] + public struct RGBA { + [Version (since = "3.0")] + public bool parse (string spec); + } + [CCode (cheader_filename = "gdk/gdk.h")] public struct Rectangle : Cairo.RectangleInt { public bool intersect (Gdk.Rectangle src2, out Gdk.Rectangle dest); diff --git a/vapi/metadata/Gdk-3.0.metadata b/vapi/metadata/Gdk-3.0.metadata index 827f7d5a3..36f1e8d08 100644 --- a/vapi/metadata/Gdk-3.0.metadata +++ b/vapi/metadata/Gdk-3.0.metadata @@ -21,6 +21,8 @@ WindowRedirect skip EventKey struct=false .string skip RGBA struct +// https://bugzilla.gnome.org/show_bug.cgi?id=754990 +rgba_parse skip ModifierType .modifier_reserved_*_mask skip pango_layout_get_clip_region skip=false diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index 184e6971b..7fe0a3211 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -1110,6 +1110,17 @@ + + + + + + + + + + + @@ -10310,6 +10321,7 @@ + @@ -36133,14 +36145,14 @@ - + - +