From: Rico Tzschichholz Date: Wed, 6 Sep 2017 05:26:57 +0000 (+0200) Subject: gtk+-4.0: Update to 3.91.2+80e32390 X-Git-Tag: 0.38.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bce872ffb40946fe06e84a4f93f5d82ce4fa6d8c;p=thirdparty%2Fvala.git gtk+-4.0: Update to 3.91.2+80e32390 --- diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi index ce84fd5d6..258090d2f 100644 --- a/vapi/gtk+-4.0.vapi +++ b/vapi/gtk+-4.0.vapi @@ -6889,6 +6889,8 @@ namespace Gsk { public RenderNode.blend (Gsk.RenderNode bottom, Gsk.RenderNode top, Gsk.BlendMode blend_mode); [CCode (cname = "gsk_blend_node_get_blend_mode")] public Gsk.BlendMode blend_node_get_blend_mode (); + [CCode (cname = "gsk_blur_node_new", has_construct_function = false)] + public RenderNode.blur (Gsk.RenderNode child, double radius); [CCode (cname = "gsk_border_node_new", has_construct_function = false)] public RenderNode.border (Gsk.RoundedRect outline, float border_width, Gdk.RGBA border_color); [CCode (cname = "gsk_cairo_node_new", has_construct_function = false)] @@ -7084,7 +7086,8 @@ namespace Gsk { SHADOW_NODE, BLEND_NODE, CROSS_FADE_NODE, - TEXT_NODE + TEXT_NODE, + BLUR_NODE } [CCode (cheader_filename = "gsk/gsk.h", cprefix = "GSK_SCALING_FILTER_", type_id = "gsk_scaling_filter_get_type ()")] [Version (since = "3.90")] @@ -12706,6 +12709,7 @@ namespace Gtk { [Version (since = "3.90")] public void push (bool keep_coordinates, string name, ...); public void push_blend (Gsk.BlendMode blend_mode, string name, ...); + public void push_blur (double radius, string name, ...); public void push_clip (Graphene.Rect bounds, string name, ...); public void push_color_matrix (Graphene.Matrix color_matrix, Graphene.Vec4 color_offset, string name, ...); public void push_cross_fade (double progress, string name, ...);