mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
gsettings: add annotations for _new_full()
The path and backend arguments to g_settings_new_full are optional.
This commit is contained in:
parent
6339b5fe2d
commit
f47264ef5c
@ -943,8 +943,8 @@ g_settings_new_with_backend_and_path (const gchar *schema_id,
|
|||||||
/**
|
/**
|
||||||
* g_settings_new_full:
|
* g_settings_new_full:
|
||||||
* @schema: a #GSettingsSchema
|
* @schema: a #GSettingsSchema
|
||||||
* @backend: a #GSettingsBackend
|
* @backend: (allow-none): a #GSettingsBackend
|
||||||
* @path: the path to use
|
* @path: (allow-none): the path to use
|
||||||
* @returns: a new #GSettings object
|
* @returns: a new #GSettings object
|
||||||
*
|
*
|
||||||
* Creates a new #GSettings object with a given schema, backend and
|
* Creates a new #GSettings object with a given schema, backend and
|
||||||
|
Loading…
Reference in New Issue
Block a user