Fix annotation of g_binding_unbind() to transfer-full

It takes ownership of the binding reference passed in as described in
the documentation already.
This commit is contained in:
Sebastian Dröge 2018-07-25 14:39:51 +03:00
parent 56092b8529
commit c66c277e24

View File

@ -748,7 +748,7 @@ g_binding_get_target_property (GBinding *binding)
/** /**
* g_binding_unbind: * g_binding_unbind:
* @binding: a #GBinding * @binding: (transfer full): a #GBinding
* *
* Explicitly releases the binding between the source and the target * Explicitly releases the binding between the source and the target
* property expressed by @binding. * property expressed by @binding.