From 755c2dad72650f11397fc5a91ac42af15eafd530 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 29 Sep 2010 10:38:25 -0400 Subject: [PATCH] introspection: Fix one annotation syntax --- gio/gsettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gsettings.c b/gio/gsettings.c index 81fdd8df5..c11c71633 100644 --- a/gio/gsettings.c +++ b/gio/gsettings.c @@ -1851,7 +1851,7 @@ g_settings_get_strv (GSettings *settings, * g_settings_set_strv: * @settings: a #GSettings object * @key: the name of the key to set - * @value: (allow-none): (array zero-terminated=1): the value to set it to, or %NULL + * @value: (allow-none) (array zero-terminated=1): the value to set it to, or %NULL * @returns: %TRUE if setting the key succeeded, * %FALSE if the key was not writable *