summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2015-02-04 16:29:56 +0100
committerRyan Lortie <desrt@desrt.ca>2015-02-04 16:30:24 +0100
commit7417198e4e1915e3ab026ce454ebb3f6349af1c6 (patch)
tree7c69d49600eb47f418d3b2b93ce2d404718be88b
parent8d96932cb8aa9869dece68318176900334f40b3f (diff)
downloadglib-7417198e4e1915e3ab026ce454ebb3f6349af1c6.tar.gz
docs: fix typo in g_settings_new_full() docstring
-rw-r--r--gio/gsettings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 1a5fd2256..035a1c51d 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -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()).
*