From: Luca Bruno Date: Sat, 5 Apr 2014 17:34:13 +0000 (+0200) Subject: gdl-3.0: Update after the GdkEvent change from struct to class X-Git-Tag: 0.25.1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46288a083f67216cc5ace1a30ac16c8d4fb0fb4e;p=thirdparty%2Fvala.git gdl-3.0: Update after the GdkEvent change from struct to class --- diff --git a/vapi/gdl-3.0.vapi b/vapi/gdl-3.0.vapi index 7fbf9d062..6fc518696 100644 --- a/vapi/gdl-3.0.vapi +++ b/vapi/gdl-3.0.vapi @@ -266,7 +266,7 @@ namespace Gdl { public class DockTablabel : Gtk.Bin, Atk.Implementor, Gtk.Buildable { public bool active; public uint drag_handle_size; - public Gdk.EventButton drag_start_event; + public weak Gdk.EventButton drag_start_event; public weak Gdk.Window event_window; public bool pre_drag; [CCode (has_construct_function = false, type = "GtkWidget*")]