mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
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:
commit
0629081767
@ -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
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user