Add nullable annotation to return value of g_variant_dict_lookup_value.

This commit is contained in:
Hugo Parente Lima 2022-06-04 21:40:35 -03:00 committed by Sebastian Dröge
parent 12e19ec73c
commit 1b3d5cff0b

View File

@ -4063,7 +4063,7 @@ g_variant_dict_lookup (GVariantDict *dict,
* returned. If @expected_type was specified then any non-%NULL return
* value will have this type.
*
* Returns: (transfer full): the value of the dictionary key, or %NULL
* Returns: (transfer full) (nullable): the value of the dictionary key, or %NULL
*
* Since: 2.40
**/