[grilo] core: Fix annotation in GrlStoreCb



commit bf0e0197a8e5964d9e92737edbe36f5001a9cbee
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Tue Oct 16 12:49:39 2012 +0200

    core: Fix annotation in GrlStoreCb
    
    failed_keys list is owned by the caller. Callback shouldn't free it.

 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 be31156..4ff6315 100644
--- a/src/grl-source.h
+++ b/src/grl-source.h
@@ -179,7 +179,7 @@ typedef void (*GrlSourceRemoveCb) (GrlSource *source,
  * GrlSourceStoreCb:
  * @source: a source
  * @media: (transfer full): a #GrlMedia transfer object
- * @failed_keys: (element-type GrlKeyID) (transfer container): #GList of
+ * @failed_keys: (element-type GrlKeyID) (transfer none): #GList of
  * keys that could not be updated, if any
  * @user_data: user data
  * @error: (type uint): possible #GError generated



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