summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-09-29 17:38:33 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-09-29 17:41:31 +0200
commit21d26fdabb6e0139991e9eb63d3a44610204a69e (patch)
treeeb95fcc56caa9f93ec5c034d7e8bb1c7906dd057 /vapi
parent172694e56db4f605543e3d606e6ac92deab9f396 (diff)
downloadvala-21d26fdabb6e0139991e9eb63d3a44610204a69e.tar.gz
gtk4: Update to 4.5.0~da5efea6
Diffstat (limited to 'vapi')
-rw-r--r--vapi/gtk4.vapi6
1 files changed, 3 insertions, 3 deletions
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);