[grilo/wip/jfelder/source-store-metadata-annotation] grl-source: Fix GrlSourceStoreCb annotation



commit 7dd25373bf6e960e97e1db91ed1e61418d364559
Author: Jean Felder <jfelder gnome org>
Date:   Wed Nov 27 22:22:39 2019 +0100

    grl-source: Fix GrlSourceStoreCb annotation
    
    This fixes a reference counting bug in the bindings.
    
    Closes: #107

 src/grl-source.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]