]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-4.0: Update to 3.91.2+b0e8d848
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 11 Sep 2017 06:00:13 +0000 (08:00 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 11 Sep 2017 06:00:13 +0000 (08:00 +0200)
vapi/gtk+-4.0.vapi

index 258090d2ff73dd6d752636fc83dff7d5fbf11b64..e006e8af02588b225e4b953ebadaa17c2fbd2c0d 100644 (file)
@@ -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")]