]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gobject: Add Binding.unbind
authorLuca Bruno <lucabru@src.gnome.org>
Sat, 31 May 2014 10:59:04 +0000 (12:59 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 31 May 2014 11:00:04 +0000 (13:00 +0200)
Fixes bug 730967

vapi/gobject-2.0.vapi

index bf5b6d79b6418b811381ec32c9a3136eadb9fbe4..b0c02299bcdeba9286c9ddd67fafa3b8160fb253 100644 (file)
@@ -314,6 +314,7 @@ namespace GLib {
                public weak GLib.Object target { get; }
                public string target_property { get; }
                public GLib.BindingFlags flags { get; }
+               public void unbind ();
        }
 
        [CCode (has_target = false)]