summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-06-10 17:27:46 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-06-10 17:31:01 +0100
commit700ae09fca622f09ae9437b1362717bdef08e488 (patch)
treebbad8a41a9ea22d382f6cd37a4e2ad266dfa1d3d
parent4af4ce42e9b127e7d4a508089e10baa4c7aa945f (diff)
downloadjson-glib-700ae09fca622f09ae9437b1362717bdef08e488.tar.gz
Update the JSON/GVariant API documentation
-rw-r--r--json-glib/json-gvariant.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/json-glib/json-gvariant.c b/json-glib/json-gvariant.c
index 8e693c8..15f03f5 100644
--- a/json-glib/json-gvariant.c
+++ b/json-glib/json-gvariant.c
@@ -1232,9 +1232,9 @@ out:
/**
* json_gvariant_deserialize:
- * @json_node: A #JsonNode to convert
- * @signature: (nullable): A valid `GVariant` type string
- * @error: A pointer to a #GError
+ * @json_node: the node to convert
+ * @signature: (nullable): a valid `GVariant` type string
+ * @error: (nullable): return location for a #GError, or `NULL`
*
* Converts a JSON data structure to a `GVariant`.
*