From: Colin Walters Date: Wed, 29 Sep 2010 14:38:25 +0000 (-0400) Subject: introspection: Fix one annotation syntax X-Git-Tag: 2.27.1~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=755c2dad72650f11397fc5a91ac42af15eafd530;p=platform%2Fupstream%2Fglib.git introspection: Fix one annotation syntax --- diff --git a/gio/gsettings.c b/gio/gsettings.c index 81fdd8d..c11c716 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 *