diff options
Diffstat (limited to 'json-glib/json-serializable.c')
-rw-r--r-- | json-glib/json-serializable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-serializable.c b/json-glib/json-serializable.c index 471225e..d7a76d6 100644 --- a/json-glib/json-serializable.c +++ b/json-glib/json-serializable.c @@ -276,7 +276,7 @@ json_serializable_default_deserialize_property (JsonSerializable *serializable, * Calls the #JsonSerializableIface.find_property() implementation on * the @serializable instance. * * - * Return value: (transfer none): the #GParamSpec for the property + * Return value: (nullable) (transfer none): the #GParamSpec for the property * or %NULL if no property was found * * Since: 0.14 |