introspection: Fix one annotation syntax

This commit is contained in:
Colin Walters 2010-09-29 10:38:25 -04:00
parent 01735d6cc0
commit 755c2dad72

View File

@ -1851,7 +1851,7 @@ g_settings_get_strv (GSettings *settings,
* g_settings_set_strv: * g_settings_set_strv:
* @settings: a #GSettings object * @settings: a #GSettings object
* @key: the name of the key to set * @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, * @returns: %TRUE if setting the key succeeded,
* %FALSE if the key was not writable * %FALSE if the key was not writable
* *