diff options
author | Jean Felder <jfelder@gnome.org> | 2019-11-27 22:22:39 +0100 |
---|---|---|
committer | Victor Toso <toso@posteo.net> | 2020-01-30 13:01:11 +0000 |
commit | 256735fa2c3a88a067d925b919b9ad0d97cc1a5b (patch) | |
tree | 38423f2f17f50aecd20b78dcf8bafc1ec7fd6ad9 | |
parent | dc1fb158eca66166a92b3bfffeb51521188f6d52 (diff) | |
download | grilo-256735fa2c3a88a067d925b919b9ad0d97cc1a5b.tar.gz |
grl-source: Fix GrlSourceStoreCb annotation
This fixes a reference counting bug in the bindings.
Closes: #107
-rw-r--r-- | src/grl-source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grl-source.h b/src/grl-source.h index 68c1342..574d608 100644 --- a/src/grl-source.h +++ b/src/grl-source.h @@ -199,7 +199,7 @@ typedef void (*GrlSourceRemoveCb) (GrlSource *source, /** * GrlSourceStoreCb: * @source: a source - * @media: (transfer full): a #GrlMedia transfer object + * @media: a #GrlMedia transfer object * @failed_keys: (element-type GrlKeyID) (transfer none): #GList of * keys that could not be updated, if any * @user_data: user data |