diff options
author | Simón Pena <spenap@gmail.com> | 2010-09-09 22:08:57 +0200 |
---|---|---|
committer | Iago Toral Quiroga <itoral@igalia.com> | 2010-09-10 13:24:34 +0200 |
commit | 73aaec958520ca70097751f2c776cb79bce8026c (patch) | |
tree | e691da69c19fa26f79dcf01e6b51466660a8efba /src/data | |
parent | d1efdeb270e3084147ff44c0c1d6a2cc1949b990 (diff) | |
download | grilo-73aaec958520ca70097751f2c776cb79bce8026c.tar.gz |
annotations: Fixed grl_data_get_keys transfer mode
Signed-off-by: Iago Toral Quiroga <itoral@igalia.com>
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/grl-data.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data/grl-data.c b/src/data/grl-data.c index 6ea8154..81a30f9 100644 --- a/src/data/grl-data.c +++ b/src/data/grl-data.c @@ -405,7 +405,9 @@ grl_data_has_key (GrlData *data, GrlKeyID key) * * Returns a list with keys contained in data. * - * Returns: (transfer none) (element-type GObject.ParamSpec): an array with the keys. + * Returns: (transfer container) (element-type GObject.ParamSpec): an array with + * the keys. The content of the list should not be modified or freed. Use g_list_free() + * when done using the list. **/ GList * grl_data_get_keys (GrlData *data) |