From: Luca Bruno Date: Fri, 14 Nov 2014 15:30:17 +0000 (+0100) Subject: gobject-2.0: Add DestroysInstance to Binding.unbind() X-Git-Tag: 0.27.1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9ef9b97ee54dfd0a6f4c77acbf278266757e469;p=thirdparty%2Fvala.git gobject-2.0: Add DestroysInstance to Binding.unbind() Fixes bug 740117 --- diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi index 0c3521ff6..85b1d7d13 100644 --- a/vapi/gobject-2.0.vapi +++ b/vapi/gobject-2.0.vapi @@ -315,6 +315,7 @@ namespace GLib { public weak GLib.Object target { get; } public string target_property { get; } public GLib.BindingFlags flags { get; } + [DestroysInstance] public void unbind (); }