diff options
Diffstat (limited to 'json-glib/json-serializable.c')
-rw-r--r-- | json-glib/json-serializable.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/json-glib/json-serializable.c b/json-glib/json-serializable.c index e19670b..207a2c6 100644 --- a/json-glib/json-serializable.c +++ b/json-glib/json-serializable.c @@ -86,6 +86,9 @@ json_serializable_serialize_property (JsonSerializable *serializable, * property description (since JSON-GLib 1.6) * - a `GValue` initialized with the expected type of the property * + * 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 */ gboolean |