docs: fix typo in g_settings_new_full() docstring

This commit is contained in:
Ryan Lortie 2015-02-04 16:29:56 +01:00 committed by Matthias Clasen
parent d91d12d111
commit b577f5174e

View File

@ -988,7 +988,7 @@ g_settings_new_with_backend_and_path (const gchar *schema_id,
* backend, and a #GMainContext to which signals are dispatched.
*
* This constructor therefore gives you full control over constructing
* #GSettings instances. The first 4 parameters are given directly as
* #GSettings instances. The first 3 parameters are given directly as
* @schema, @backend and @path, and the main context is taken from the
* thread-default (as per g_settings_new()).
*