summaryrefslogtreecommitdiff
path: root/json-glib/json-builder.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-03-01 15:02:19 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2016-03-01 15:02:19 +0000
commita43a9451b0cf9ebc03c651b5688f0fad56e3bacb (patch)
treebbf41c51ded534aac1d8d024ef4477f35db9f5d6 /json-glib/json-builder.c
parent6ddbc94c9888e5ddcd1cbb15845d2f1b5524b3ed (diff)
downloadjson-glib-a43a9451b0cf9ebc03c651b5688f0fad56e3bacb.tar.gz
docs: Fix the Since tags
The newly added API is available since 1.2.
Diffstat (limited to 'json-glib/json-builder.c')
-rw-r--r--json-glib/json-builder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/json-glib/json-builder.c b/json-glib/json-builder.c
index 66a5796..34c29c6 100644
--- a/json-glib/json-builder.c
+++ b/json-glib/json-builder.c
@@ -194,7 +194,7 @@ json_builder_class_init (JsonBuilderClass *klass)
* when created. Making the output immutable on creation avoids the expense
* of traversing it to make it immutable later.
*
- * Since: UNRELEASED
+ * Since: 1.2
*/
builder_props[PROP_IMMUTABLE] =
g_param_spec_boolean ("immutable",
@@ -255,7 +255,7 @@ json_builder_new (void)
* Creates a new #JsonBuilder instance with its #JsonBuilder:immutable property
* set to %TRUE to create immutable output trees.
*
- * Since: UNRELEASED
+ * Since: 1.2
* Returns: (transfer full): a new #JsonBuilder
*/
JsonBuilder *