summaryrefslogtreecommitdiff
path: root/json-glib/json-value.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-06-10 17:29:12 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-06-10 17:32:53 +0100
commit22dacf016557e849a22bcc18de9e879c6e438bd4 (patch)
treee0b2f3a965ece162678918ceeadb926be875070e /json-glib/json-value.c
parent700ae09fca622f09ae9437b1362717bdef08e488 (diff)
downloadjson-glib-22dacf016557e849a22bcc18de9e879c6e438bd4.tar.gz
Update the node documentation
Diffstat (limited to 'json-glib/json-value.c')
-rw-r--r--json-glib/json-value.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/json-glib/json-value.c b/json-glib/json-value.c
index 1b6f971..77ce864 100644
--- a/json-glib/json-value.c
+++ b/json-glib/json-value.c
@@ -167,15 +167,13 @@ json_value_free (JsonValue *value)
}
}
-/**
+/*< private >
* json_value_seal:
- * @value: a #JsonValue
+ * @value: a JSON scalar value
*
- * Seals the #JsonValue, making it immutable to further changes.
+ * Seals the value, making it immutable to further changes.
*
- * If the @value is already immutable, this is a no-op.
- *
- * Since: 1.2
+ * If the value is already immutable, this is a no-op.
*/
void
json_value_seal (JsonValue *value)