diff options
Diffstat (limited to 'json-glib/json-serializable.c')
-rw-r--r-- | json-glib/json-serializable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json-glib/json-serializable.c b/json-glib/json-serializable.c index d7a76d6..eb7556d 100644 --- a/json-glib/json-serializable.c +++ b/json-glib/json-serializable.c @@ -199,8 +199,8 @@ G_DEFINE_INTERFACE (JsonSerializable, json_serializable, G_TYPE_OBJECT); * pspec); * ]| * - * Return value: (transfer full): a #JsonNode containing the serialized - * property + * Return value: (transfer full) (nullable): a #JsonNode containing the + * serialized property, or %NULL if it should be omitted. * * Since: 0.10 */ |