summaryrefslogtreecommitdiff
path: root/vapi/gtk+-2.0.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/gtk+-2.0.vapi')
-rw-r--r--vapi/gtk+-2.0.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi
index a7901bcb5..b968ab1d3 100644
--- a/vapi/gtk+-2.0.vapi
+++ b/vapi/gtk+-2.0.vapi
@@ -2480,7 +2480,7 @@ namespace Gtk {
public int scroll_y;
public Gdk.VisibilityState visibility;
[CCode (type = "GtkWidget*", has_construct_function = false)]
- public Layout (Gtk.Adjustment hadjustment, Gtk.Adjustment vadjustment);
+ public Layout (Gtk.Adjustment? hadjustment = null, Gtk.Adjustment? vadjustment = null);
public unowned Gdk.Window get_bin_window ();
public unowned Gtk.Adjustment get_hadjustment ();
public void get_size (out uint width, out uint height);