summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Lima Mitev <elima@igalia.com>2010-03-04 23:22:32 +0100
committerJuan A. Suarez Romero <jasuarez@igalia.com>2010-03-05 12:03:38 +0100
commit528b513d5978de2c19fb1a3623f53be1c665df86 (patch)
tree96c9848719e118920b040bce596678f32625f28b
parentdba2c14c43e094c4bbc10b7f749c601e67eec5ec (diff)
downloadgrilo-528b513d5978de2c19fb1a3623f53be1c665df86.tar.gz
[annotations] Simple annotation to 'grl_metadata_source_supported_operations'
To allow Javascript test to work. Currently bitwise enumerators are not supported by GJS.
-rw-r--r--src/grl-metadata-source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grl-metadata-source.c b/src/grl-metadata-source.c
index 9efee6c..94bd04c 100644
--- a/src/grl-metadata-source.c
+++ b/src/grl-metadata-source.c
@@ -721,7 +721,7 @@ grl_metadata_source_get_description (GrlMetadataSource *source)
*
* By default the derived objects of #GrlMetadataSource can only resolve.
*
- * Returns: a bitwise mangle with the supported operations by the source
+ * Returns: (type uint): a bitwise mangle with the supported operations by the source
*/
GrlSupportedOps
grl_metadata_source_supported_operations (GrlMetadataSource *source)