commit | 7b5b77271ee7cbaf104f39a1193444cec57bee8a | [log] [tgz] |
---|---|---|
author | Christoph Reiter <reiter.christoph@gmail.com> | Thu Jul 26 06:25:11 2018 +0000 |
committer | Christoph Reiter <reiter.christoph@gmail.com> | Thu Jul 26 06:25:11 2018 +0000 |
tree | 96c06e00e80bbe3670aa25587434fc9e5d482ae1 | |
parent | 56092b8529ec5dd35d4fe57e14d7d5bd4c9bf0fd [diff] | |
parent | c66c277e248566195be3607349c155eef56787f9 [diff] |
Merge branch 'binding-unbind-annotation' into 'master' Fix annotation of g_binding_unbind() to transfer-full See merge request GNOME/glib!197
diff --git a/gobject/gbinding.c b/gobject/gbinding.c index 899dc84..6872b96 100644 --- a/gobject/gbinding.c +++ b/gobject/gbinding.c
@@ -748,7 +748,7 @@ /** * g_binding_unbind: - * @binding: a #GBinding + * @binding: (transfer full): a #GBinding * * Explicitly releases the binding between the source and the target * property expressed by @binding.