summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2022-10-12 02:57:09 +0000
committerMatt Jakeman <mjak923@aucklanduni.ac.nz>2022-10-12 02:57:09 +0000
commit17dd13e36d10792b8992a6005aa127deb6f058ad (patch)
tree172dee8a4c5e6e799387feff0ec0115463733190
parente1152655ee2b345f9fbf69162c88e14a9fa5d1d5 (diff)
downloadjson-glib-17dd13e36d10792b8992a6005aa127deb6f058ad.tar.gz
serializable: Improve wording of `construct-only` properties comment
-rw-r--r--json-glib/json-serializable.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/json-glib/json-serializable.c b/json-glib/json-serializable.c
index d78853a..b53fa9a 100644
--- a/json-glib/json-serializable.c
+++ b/json-glib/json-serializable.c
@@ -86,7 +86,8 @@ json_serializable_serialize_property (JsonSerializable *serializable,
* property description (since JSON-GLib 1.6)
* - a `GValue` initialized with the expected type of the property
*
- * This will not be called for properties that are `G_PARAM_CONSTRUCT_ONLY`.
+ * This function will not be called for properties that are marked as
+ * as `G_PARAM_CONSTRUCT_ONLY`.
*
* Returns: `TRUE` if the property was successfully deserialized
*/