]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-4.0: Update to 3.91.2+80e32390
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 6 Sep 2017 05:26:57 +0000 (07:26 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 7 Sep 2017 06:34:27 +0000 (08:34 +0200)
vapi/gtk+-4.0.vapi

index ce84fd5d658e58ca00d59ba398b66c826255bc23..258090d2ff73dd6d752636fc83dff7d5fbf11b64 100644 (file)
@@ -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, ...);