From: Rico Tzschichholz Date: Sun, 22 Apr 2018 13:28:12 +0000 (+0200) Subject: gtk+-4.0: Update to 3.93.0+7a09cd4c X-Git-Tag: 0.41.90~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a3c409a6723acafea44b6e2740865f3e9683259;p=thirdparty%2Fvala.git gtk+-4.0: Update to 3.93.0+7a09cd4c --- diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi index 3f6f82d84..e6654974a 100644 --- a/vapi/gtk+-4.0.vapi +++ b/vapi/gtk+-4.0.vapi @@ -6236,8 +6236,6 @@ namespace Gsk { public unowned Gdk.RGBA? peek_color (); public unowned Pango.Font peek_font (); public unowned Pango.GlyphInfo? peek_glyphs (); - [CCode (has_construct_function = false)] - public TextNode.with_bounds (Pango.Font font, Pango.GlyphString glyphs, Gdk.RGBA color, double x, double y, Graphene.Rect bounds); } [CCode (cheader_filename = "gsk/gsk.h", cname = "GskRenderNode")] public class TextureNode : Gsk.RenderNode { @@ -10280,7 +10278,6 @@ namespace Gtk { public void append_node (Gsk.RenderNode node); public void append_repeating_linear_gradient (Graphene.Rect bounds, Graphene.Point start_point, Graphene.Point end_point, Gsk.ColorStop stops, size_t n_stops, string name, ...); public void append_texture (Gdk.Texture texture, Graphene.Rect bounds, string name, ...); - public bool clips_rect (Graphene.Rect bounds); [DestroysInstance] public Gsk.RenderNode free_to_node (); [DestroysInstance] @@ -10508,8 +10505,6 @@ namespace Gtk { public void render_handle (Cairo.Context cr, double x, double y, double width, double height); [CCode (cheader_filename = "gtk/gtk.h", cname = "gtk_render_icon")] public void render_icon (Cairo.Context cr, Gdk.Texture texture, double x, double y); - [CCode (cheader_filename = "gtk/gtk.h", cname = "gtk_render_icon_surface")] - public void render_icon_surface (Cairo.Context cr, Cairo.Surface surface, double x, double y); [CCode (cheader_filename = "gtk/gtk.h", cname = "gtk_render_insertion_cursor")] public void render_insertion_cursor (Cairo.Context cr, double x, double y, Pango.Layout layout, int index, Pango.Direction direction); [CCode (cheader_filename = "gtk/gtk.h", cname = "gtk_render_layout")]