From: Rico Tzschichholz Date: Wed, 29 Sep 2021 15:38:33 +0000 (+0200) Subject: gtk4: Update to 4.5.0~da5efea6 X-Git-Tag: 0.54.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d26fdabb6e0139991e9eb63d3a44610204a69e;p=thirdparty%2Fvala.git gtk4: Update to 4.5.0~da5efea6 --- diff --git a/vapi/gtk4.vapi b/vapi/gtk4.vapi index 24dc15de7..1b1907b38 100644 --- a/vapi/gtk4.vapi +++ b/vapi/gtk4.vapi @@ -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);