mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-03 01:42:18 +01:00
gsettings: Add a missing (nullable) annotation to GSettingsBindSetMapping
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user