From a43a9451b0cf9ebc03c651b5688f0fad56e3bacb Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 1 Mar 2016 15:02:19 +0000 Subject: docs: Fix the Since tags The newly added API is available since 1.2. --- json-glib/json-parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json-glib/json-parser.c') diff --git a/json-glib/json-parser.c b/json-glib/json-parser.c index a48e9b2..3eec22c 100644 --- a/json-glib/json-parser.c +++ b/json-glib/json-parser.c @@ -214,7 +214,7 @@ json_parser_class_init (JsonParserClass *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 */ parser_props[PROP_IMMUTABLE] = g_param_spec_boolean ("immutable", @@ -967,7 +967,7 @@ json_parser_new (void) * Creates a new #JsonParser instance with its #JsonParser:immutable property * set to %TRUE to create immutable output trees. * - * Since: UNRELEASED + * Since: 1.2 * Returns: (transfer full): a new #JsonParser */ JsonParser * -- cgit v1.2.1