From e9ef9b97ee54dfd0a6f4c77acbf278266757e469 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Fri, 14 Nov 2014 16:30:17 +0100 Subject: [PATCH] gobject-2.0: Add DestroysInstance to Binding.unbind() Fixes bug 740117 --- vapi/gobject-2.0.vapi | 1 + 1 file changed, 1 insertion(+) 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 (); } -- 2.47.2