Add annotation for g_variant_get_string
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Sat, 11 Sep 2010 15:01:10 +0000 (17:01 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Sat, 11 Sep 2010 15:01:10 +0000 (17:01 +0200)
glib/gvariant.c

index 6822a2a..bbfa95c 100644 (file)
@@ -1081,7 +1081,7 @@ g_variant_is_signature (const gchar *string)
 /**
  * g_variant_get_string:
  * @value: a string #GVariant instance
- * @length: (allow-none) (default NULL): a pointer to a #gsize,
+ * @length: (allow-none) (default NULL) (out): a pointer to a #gsize,
  *          to store the length
  * @returns: the constant string, utf8 encoded
  *