From: Rico Tzschichholz Date: Mon, 11 Sep 2017 06:00:13 +0000 (+0200) Subject: gtk+-4.0: Update to 3.91.2+b0e8d848 X-Git-Tag: 0.38.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0c30544394bfbd3d1b974473504ca507a9d90b;p=thirdparty%2Fvala.git gtk+-4.0: Update to 3.91.2+b0e8d848 --- diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi index 258090d2f..e006e8af0 100644 --- a/vapi/gtk+-4.0.vapi +++ b/vapi/gtk+-4.0.vapi @@ -6943,7 +6943,7 @@ namespace Gsk { [CCode (cname = "gsk_shadow_node_new", has_construct_function = false)] public RenderNode.shadow (Gsk.RenderNode child, [CCode (array_length_cname = "n_shadows", array_length_pos = 2.1, array_length_type = "gsize")] Gsk.Shadow[] shadows); [CCode (cname = "gsk_text_node_new", has_construct_function = false)] - public RenderNode.text (Pango.Font font, Pango.GlyphString glyphs, Gdk.RGBA color, int x_offset, int y_offset, double base_x, double base_y); + public RenderNode.text (Pango.Font font, Pango.GlyphString glyphs, Gdk.RGBA color, double x, double y); [CCode (cname = "gsk_transform_node_new", has_construct_function = false)] public RenderNode.transform (Gsk.RenderNode child, Graphene.Matrix transform); [CCode (cname = "gsk_transform_node_get_child")]