summaryrefslogtreecommitdiff
path: root/json-glib/json-value.c
diff options
context:
space:
mode:
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)