[glib/glib-2-42] docs: fix typo in g_settings_new_full() docstring



commit b577f5174e8de7b016c5bb85d5fb78e97693067a
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Feb 4 16:29:56 2015 +0100

    docs: fix typo in g_settings_new_full() docstring

 gio/gsettings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 58fd140..0fc1bf4 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -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()).
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]