summaryrefslogtreecommitdiff
path: root/json-glib/json-array.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-array.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-array.c')
-rw-r--r--json-glib/json-array.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/json-glib/json-array.c b/json-glib/json-array.c
index c861b8e..4834cdc 100644
--- a/json-glib/json-array.c
+++ b/json-glib/json-array.c
@@ -142,7 +142,7 @@ json_array_unref (JsonArray *array)
*
* If the @array is already immutable, this is a no-op.
*
- * Since: UNRELEASED
+ * Since: 1.2
*/
void
json_array_seal (JsonArray *array)
@@ -170,7 +170,7 @@ json_array_seal (JsonArray *array)
* Check whether the given @array has been marked as immutable by calling
* json_array_seal() on it.
*
- * Since: UNRELEASED
+ * Since: 1.2
* Returns: %TRUE if the @array is immutable
*/
gboolean
@@ -756,7 +756,7 @@ json_array_foreach_element (JsonArray *array,
* proportionally with the length of the array.
*
* Returns: hash value for @key
- * Since: UNRELEASED
+ * Since: 1.2
*/
guint
json_array_hash (gconstpointer key)
@@ -793,7 +793,7 @@ json_array_hash (gconstpointer key)
* are equal.
*
* Returns: %TRUE if @a and @b are equal; %FALSE otherwise
- * Since: UNRELEASED
+ * Since: 1.2
*/
gboolean
json_array_equal (gconstpointer a,