[glib] Fix malformed GTK-Doc comment blocks: mutliline annotations are invalid.
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix malformed GTK-Doc comment blocks: mutliline annotations are invalid.
- Date: Thu, 5 Apr 2012 13:28:46 +0000 (UTC)
commit a058c1c13e379d4dbe17741231ec9d3f482daf55
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Mon Apr 2 17:02:15 2012 +0200
Fix malformed GTK-Doc comment blocks: mutliline annotations are invalid.
Found these thanks to improved gobject-introspection GTK-Doc
comment block/annotation parser from:
https://bugzilla.gnome.org/show_bug.cgi?id=672254
https://bugzilla.gnome.org/show_bug.cgi?id=673385
glib/gvariant.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gvariant.c b/glib/gvariant.c
index 22341ff..3526f12 100644
--- a/glib/gvariant.c
+++ b/glib/gvariant.c
@@ -1812,8 +1812,8 @@ g_variant_get_bytestring (GVariant *value)
*
* The return value must be freed using g_free().
*
- * Returns: (transfer full) (array zero-terminated=1 length=length)
- * (element-type guint8): a newly allocated string
+ * Returns: (transfer full) (array zero-terminated=1 length=length) (element-type guint8):
+ * a newly allocated string
*
* Since: 2.26
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]