From 7417198e4e1915e3ab026ce454ebb3f6349af1c6 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 4 Feb 2015 16:29:56 +0100 Subject: [PATCH] docs: fix typo in g_settings_new_full() docstring --- gio/gsettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()). *