g_settings_new_full(): more docs

This commit is contained in:
Ryan Lortie 2011-11-17 17:33:19 +00:00
parent ee31c7f4ed
commit 7f28529190

View File

@ -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 * @schema, @backend and @path, and the main context is taken from the
* thread-default (as per g_settings_new()). * 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 * Since: 2.32
*/ */
GSettings * GSettings *