[glib] introspection: Fix one annotation syntax



commit 755c2dad72650f11397fc5a91ac42af15eafd530
Author: Colin Walters <walters verbum org>
Date:   Wed Sep 29 10:38:25 2010 -0400

    introspection: Fix one annotation syntax

 gio/gsettings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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
  *



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