[grilo] core: Fix annotation in GrlStoreCb
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] core: Fix annotation in GrlStoreCb
- Date: Tue, 16 Oct 2012 10:50:29 +0000 (UTC)
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]