summaryrefslogtreecommitdiff
path: root/src/data/grl-data.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-02-21 12:30:26 +0100
committerJuan A. Suarez Romero <jasuarez@igalia.com>2014-02-21 23:53:37 +0000
commitbd2a3875e3460e8a93ba30a9c7841650669a8c3f (patch)
tree890171763d1d7dfbded5cd4d9e8007074fb4a28e /src/data/grl-data.c
parent5f88b535800d1105439641795ddd2e07fd113744 (diff)
downloadgrilo-bd2a3875e3460e8a93ba30a9c7841650669a8c3f.tar.gz
core: Fix API documentation typo
../../src/data/grl-data.c:389: warning: Parameter description for grl_data_get_boolean::key is missing in source code comment block. https://bugzilla.gnome.org/show_bug.cgi?id=724871
Diffstat (limited to 'src/data/grl-data.c')
-rw-r--r--src/data/grl-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/grl-data.c b/src/data/grl-data.c
index dd62fcf..b939ee9 100644
--- a/src/data/grl-data.c
+++ b/src/data/grl-data.c
@@ -379,7 +379,7 @@ grl_data_set_boolean (GrlData *data, GrlKeyID key, gboolean boolvalue)
/**
* grl_data_get_boolean:
* @data: data to inspect
- * @key (type GrlKeyID): key to use
+ * @key: (type GrlKeyID): key to use
*
* Returns: the first boolean value associated with @key from @data. If @key has
* no first value, or value is not a gboolean, or @key is not in the data, then