summaryrefslogtreecommitdiff
path: root/src/data/grl-data.c
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2012-11-08 14:59:41 +0000
committerJuan A. Suarez Romero <jasuarez@igalia.com>2012-11-08 14:59:41 +0000
commitd84c8d1ead2e4a363782214106efe388ab955244 (patch)
treec7c6ab96d2e9b2c12552183376797aa59afacba2 /src/data/grl-data.c
parent3a3642b26e59d7f56a6940faa684e4fa6ca70aa0 (diff)
downloadgrilo-d84c8d1ead2e4a363782214106efe388ab955244.tar.gz
Release 0.2.3grilo-0.2.3
Diffstat (limited to 'src/data/grl-data.c')
-rw-r--r--src/data/grl-data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/grl-data.c b/src/data/grl-data.c
index 3ba92f0..3a68438 100644
--- a/src/data/grl-data.c
+++ b/src/data/grl-data.c
@@ -365,6 +365,7 @@ grl_data_get_float (GrlData *data, GrlKeyID key)
* Sets the first boolean value associated with @key in @data. If @key already
* has a first value, old value is replaced by the new one.
*
+ * Since: 0.2.3
**/
void
grl_data_set_boolean (GrlData *data, GrlKeyID key, gboolean boolvalue)
@@ -384,6 +385,7 @@ grl_data_set_boolean (GrlData *data, GrlKeyID key, gboolean boolvalue)
* no first value, or value is not a gboolean, or @key is not in the data, then
* FALSE is returned
*
+ * Since: 0.2.3
*/
gboolean
grl_data_get_boolean (GrlData *data, GrlKeyID key)