]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk4: Update to 4.5.0~da5efea6
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 29 Sep 2021 15:38:33 +0000 (17:38 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 29 Sep 2021 15:41:31 +0000 (17:41 +0200)
vapi/gtk4.vapi

index 24dc15de7601123b7236a56787d7e6bb8b2b7c31..1b1907b38275570c4a33bdb08313807e64436dbf 100644 (file)
@@ -7693,10 +7693,10 @@ namespace Gtk {
        public class ConstraintGuide : GLib.Object, Gtk.ConstraintTarget {
                [CCode (has_construct_function = false)]
                public ConstraintGuide ();
-               public void get_max_size (int? width, int? height);
-               public void get_min_size (int? width, int? height);
+               public void get_max_size (out int width, out int height);
+               public void get_min_size (out int width, out int height);
                public unowned string? get_name ();
-               public void get_nat_size (int? width, int? height);
+               public void get_nat_size (out int width, out int height);
                public Gtk.ConstraintStrength get_strength ();
                public void set_max_size (int width, int height);
                public void set_min_size (int width, int height);