]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gobject-2.0: Add DestroysInstance to Binding.unbind()
authorLuca Bruno <luca.bruno@immobiliare.it>
Fri, 14 Nov 2014 15:30:17 +0000 (16:30 +0100)
committerLuca Bruno <luca.bruno@immobiliare.it>
Fri, 14 Nov 2014 15:31:03 +0000 (16:31 +0100)
Fixes bug 740117

vapi/gobject-2.0.vapi

index 0c3521ff6ae9fb4bbcb8a9cd0d62669c1a1282f0..85b1d7d13bf844a39c690bb9d536006297b79894 100644 (file)
@@ -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 ();
        }