gsettings: Add missing (nullable) annotations to g_settings_bind_with_mapping()

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2025-03-04 13:26:47 +00:00
parent bfe3acd0e6
commit 00ff3c6339

View File

@@ -2885,9 +2885,9 @@ g_settings_bind (GSettings *settings,
* @object: (type GObject.Object): a #GObject
* @property: the name of the property to bind
* @flags: flags for the binding
* @get_mapping: a function that gets called to convert values
* @get_mapping: (nullable): a function that gets called to convert values
* from @settings to @object, or %NULL to use the default GIO mapping
* @set_mapping: a function that gets called to convert values
* @set_mapping: (nullable): a function that gets called to convert values
* from @object to @settings, or %NULL to use the default GIO mapping
* @user_data: data that gets passed to @get_mapping and @set_mapping
* @destroy: #GDestroyNotify function for @user_data