unbind


Description:

[ DestroysInstance ]
[ Version ( since = "2.38" ) ]
public void unbind ()

Explicitly releases the binding between the source and the target property expressed by this.

This function will release the reference that is being held on the this instance if the binding is still bound; if you want to hold on to the Binding instance after calling unbind, you will need to hold a reference to it.

Note however that this function does not take ownership of this, it only unrefs the reference that was initially created by g_object_bind_property and is owned by the binding.

Parameters:

this

a Binding