summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-09-06 07:26:57 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-09-07 08:34:27 +0200
commitbce872ffb40946fe06e84a4f93f5d82ce4fa6d8c (patch)
treee0c03a278e6e055a12688407d26da92d709fa9d2
parenteb9c0ca42cb4a3ac8b940675d51d408db474d949 (diff)
downloadvala-bce872ffb40946fe06e84a4f93f5d82ce4fa6d8c.tar.gz
gtk+-4.0: Update to 3.91.2+80e32390
-rw-r--r--vapi/gtk+-4.0.vapi6
1 files changed, 5 insertions, 1 deletions
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, ...);