[PATCH 10/16] annotations: Fixed 'get_info_keys' annotation



---
 src/grl-media-plugin.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/grl-media-plugin.c b/src/grl-media-plugin.c
index 7f07591..b3ba78b 100644
--- a/src/grl-media-plugin.c
+++ b/src/grl-media-plugin.c
@@ -136,7 +136,8 @@ grl_media_plugin_get_rank (GrlMediaPlugin *plugin)
  * Returns a list of keys that can be queried to retrieve information about the
  * plugin.
  *
- * Returns: a #GList of strings containing the keys. The content of the list is
+ * Returns: (transfer container) (element-type utf8):
+ * a #GList of strings containing the keys. The content of the list is
  * owned by the plugin and should not be modified or freed. Use g_list_free()
  * when done using the list.
  **/
-- 
1.7.0.4



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