From 1275b94fe7efc4c7e4277f503d03a0086a0c0a3b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 11 Sep 2017 21:28:40 +0100 Subject: [PATCH] gsettings: Fix copy-paste error in property documentation This should fix the introspection binding for that property too. Signed-off-by: Philip Withnall https://bugzilla.gnome.org/show_bug.cgi?id=656502 --- gio/gsettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gsettings.c b/gio/gsettings.c index 45b10dd7e..59722e37e 100644 --- a/gio/gsettings.c +++ b/gio/gsettings.c @@ -830,7 +830,7 @@ g_settings_class_init (GSettingsClass *class) NULL, G_TYPE_BOOLEAN, 1, G_TYPE_UINT); /** - * GSettings:context: + * GSettings:backend: * * The name of the context that the settings are stored in. */