From bfe3acd0e698548db0339ab72c6f9a8debe0a271 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 3 Mar 2025 19:10:58 +0000 Subject: [PATCH] gsettings: Add a missing (nullable) annotation to GSettingsGetMapping Signed-off-by: Philip Withnall --- gio/gsettings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gsettings.h b/gio/gsettings.h index 96d4af446..e898af8a9 100644 --- a/gio/gsettings.h +++ b/gio/gsettings.h @@ -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()