mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 20:25:12 +01:00
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
This commit is contained in:
parent
60fb0f5ea8
commit
a058c1c13e
@ -1812,8 +1812,8 @@ g_variant_get_bytestring (GVariant *value)
|
|||||||
*
|
*
|
||||||
* The return value must be freed using g_free().
|
* The return value must be freed using g_free().
|
||||||
*
|
*
|
||||||
* Returns: (transfer full) (array zero-terminated=1 length=length)
|
* Returns: (transfer full) (array zero-terminated=1 length=length) (element-type guint8):
|
||||||
* (element-type guint8): a newly allocated string
|
* a newly allocated string
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.26
|
||||||
**/
|
**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user