]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-4.0: Update to 3.94.0+7030e08f
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 11 Jul 2018 07:47:11 +0000 (09:47 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 11 Jul 2018 07:47:11 +0000 (09:47 +0200)
vapi/gtk+-4.0.vapi
vapi/metadata/Gtk-4.0.metadata

index 0c5da27fbf5af9f60861f0cf3f24179e3dbf5d07..1638f93eff515f764229acb9f32959520af70e1e 100644 (file)
@@ -6132,10 +6132,10 @@ namespace Gsk {
        [CCode (cheader_filename = "gsk/gsk.h", cname = "GskRenderNode")]
        public class OffsetNode : Gsk.RenderNode {
                [CCode (has_construct_function = false)]
-               public OffsetNode (Gsk.RenderNode child, double x_offset, double y_offset);
+               public OffsetNode (Gsk.RenderNode child, float x_offset, float y_offset);
                public unowned Gsk.RenderNode get_child ();
-               public double get_x_offset ();
-               public double get_y_offset ();
+               public float get_x_offset ();
+               public float get_y_offset ();
        }
        [CCode (cheader_filename = "gsk/gsk.h", cname = "GskRenderNode")]
        public class OpacityNode : Gsk.RenderNode {
@@ -6177,7 +6177,7 @@ namespace Gsk {
                public unowned Gdk.Display get_display ();
                public unowned Gdk.Surface? get_surface ();
                public bool realize (Gdk.Surface surface) throws GLib.Error;
-               public void render (Gsk.RenderNode root, Cairo.Region region);
+               public void render (Gsk.RenderNode root, Cairo.Region? region);
                public Gdk.Texture render_texture (Gsk.RenderNode root, Graphene.Rect? viewport);
                public void unrealize ();
                public Gdk.Display display { get; construct; }
@@ -7956,13 +7956,6 @@ namespace Gtk {
                public void move (Gtk.Widget widget, int x, int y);
                public void put (Gtk.Widget widget, int x, int y);
        }
-       [CCode (cheader_filename = "gtk/gtk.h", has_type_id = false)]
-       [Compact]
-       public class FixedChild {
-               public weak Gtk.Widget widget;
-               public int x;
-               public int y;
-       }
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_flow_box_get_type ()")]
        public class FlowBox : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
index 8049bb6cd9bbd46f01e385c56791310e8795346f..a72140780f9df05c027a7c71d8b0f481dbf1226b 100644 (file)
@@ -18,7 +18,6 @@ BindingEntry struct=false
 BindingSignal struct=false
 Border struct
 FileFilterInfo struct=false
-FixedChild struct=false
 Requisition struct
 TextIter struct
 TreeIter struct