Merge branch 'missing-nullable' into 'main'

Add nullable annotation to return value of `g_variant_dict_lookup_value`.

Closes #1941, #2640, #2625, and #2629

See merge request GNOME/glib!2719
This commit is contained in:
Sebastian Dröge 2022-06-06 06:56:57 +00:00
commit 0629081767

View File

@ -4063,7 +4063,7 @@ g_variant_dict_lookup (GVariantDict *dict,
* returned. If @expected_type was specified then any non-%NULL return * returned. If @expected_type was specified then any non-%NULL return
* value will have this type. * 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 * Since: 2.40
**/ **/