mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 21:33:30 +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:
|
||||
* @value: the #GVariant to map, or %NULL
|
||||
* @value: (nullable): the #GVariant to map, or %NULL
|
||||
* @result: (out): the result of the mapping
|
||||
* @user_data: (closure): the user data that was passed to
|
||||
* g_settings_get_mapped()
|
||||
|
Reference in New Issue
Block a user