gsettings: Add a missing (nullable) annotation to GSettingsBindSetMapping

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2025-03-03 19:08:33 +00:00
parent 84f555a3aa
commit b1764e2e94

View File

@@ -231,7 +231,7 @@ void g_settings_sync (void);
* The type for the function that is used to convert an object property
* value to a #GVariant for storing it in #GSettings.
*
* Returns: a new #GVariant holding the data from @value,
* Returns: (nullable): a new #GVariant holding the data from @value,
* or %NULL in case of an error
*/
typedef GVariant * (*GSettingsBindSetMapping) (const GValue *value,