docs: fix typo in g_settings_new_full() docstring

This commit is contained in:
Ryan Lortie 2015-02-04 16:29:56 +01:00
parent 8d96932cb8
commit 7417198e4e

View File

@ -1026,7 +1026,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()).
*