[json-glib: 2/3] serializable: Improve wording of `construct-only` properties comment




commit 17dd13e36d10792b8992a6005aa127deb6f058ad
Author: Emmanuele Bassi <ebassi gmail com>
Date:   Wed Oct 12 02:57:09 2022 +0000

    serializable: Improve wording of `construct-only` properties comment

 json-glib/json-serializable.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
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
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]