]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk4: Pick up fix for Gdk.Toplevel.compute_size.size parameter
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 21 Jun 2023 13:52:05 +0000 (15:52 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 26 Jun 2023 08:24:46 +0000 (10:24 +0200)
vapi/gtk4.vapi
vapi/metadata/Gdk-4.0.metadata

index 1bc8d084627790f0c199084173e46f5f670bfbf6..edd703ad3379a61b324cbd295090204625aeec80 100644 (file)
@@ -5410,7 +5410,7 @@ namespace Gdk {
                public abstract string title { owned get; set; }
                [NoAccessorMethod]
                public abstract Gdk.Surface transient_for { owned get; set; }
-               public signal void compute_size (out unowned Gdk.ToplevelSize? size);
+               public signal void compute_size (Gdk.ToplevelSize size);
        }
        [CCode (cheader_filename = "gdk/gdk.h", has_type_id = false)]
        public struct KeymapKey {
index 8446d0b2b265eebf6c93b2a20a5ccec7415fdd97..f7e6c0b58061c2bf7184e5b5da1c1fb32aa11b12 100644 (file)
@@ -43,8 +43,6 @@ Surface
         .destroy destroys_instance
         .translate_coordinates.x ref
         .translate_coordinates.y ref
-Toplevel
-        .compute_size.size nullable unowned
 ToplevelSize type_id="gdk_toplevel_size_get_type ()"
 toplevel_size_get_type skip