mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-05 02:28:55 +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
|
* The type for the function that is used to convert an object property
|
||||||
* value to a #GVariant for storing it in #GSettings.
|
* 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
|
* or %NULL in case of an error
|
||||||
*/
|
*/
|
||||||
typedef GVariant * (*GSettingsBindSetMapping) (const GValue *value,
|
typedef GVariant * (*GSettingsBindSetMapping) (const GValue *value,
|
||||||
|
|||||||
Reference in New Issue
Block a user