mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
g_settings_new_full(): more docs
This commit is contained in:
parent
ee31c7f4ed
commit
7f28529190
@ -964,6 +964,13 @@ g_settings_new_with_backend_and_path (const gchar *schema_id,
|
||||
* @schema, @backend and @path, and the main context is taken from the
|
||||
* thread-default (as per g_settings_new()).
|
||||
*
|
||||
* If @backend is %NULL then the default backend is used.
|
||||
*
|
||||
* If @path is %NULL then the path from the schema is used. It is an
|
||||
* error f @path is %NULL and the schema has no path of its own or if
|
||||
* @path is non-%NULL and not equal to the path that the schema does
|
||||
* have.
|
||||
*
|
||||
* Since: 2.32
|
||||
*/
|
||||
GSettings *
|
||||
|
Loading…
Reference in New Issue
Block a user