gsettings: Add a missing (nullable) annotation to GSettingsGetMapping

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2025-03-03 19:10:58 +00:00
parent b1764e2e94
commit bfe3acd0e6

View File

@@ -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()