mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
gsettings: Add a missing (nullable) annotation to GSettingsGetMapping
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -256,7 +256,7 @@ typedef gboolean (*GSettingsBindGetMapping) (GValue
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GSettingsGetMapping:
|
* GSettingsGetMapping:
|
||||||
* @value: the #GVariant to map, or %NULL
|
* @value: (nullable): the #GVariant to map, or %NULL
|
||||||
* @result: (out): the result of the mapping
|
* @result: (out): the result of the mapping
|
||||||
* @user_data: (closure): the user data that was passed to
|
* @user_data: (closure): the user data that was passed to
|
||||||
* g_settings_get_mapped()
|
* g_settings_get_mapped()
|
||||||
|
Reference in New Issue
Block a user