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



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

    grl-source: Fix grl_source_store_metadata 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]