mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
Add nullable annotation to return value of g_variant_dict_lookup_value
.
This commit is contained in:
parent
12e19ec73c
commit
1b3d5cff0b
@ -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
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user