qulogic/libgnt

Remove the array annotation as it messes up the gir file and causes typelib generation to fail as the parameter name ends up being "<varargs>"
  • +1 -2
    gntutils.h
  • --- a/gntutils.h Mon May 20 22:22:54 2019 -0400
    +++ b/gntutils.h Wed May 22 01:10:01 2019 -0500
    @@ -106,8 +106,7 @@
    * gnt_util_parse_widgets:
    * @string: The XML string.
    * @num: The number of widgets to return.
    - * @...: (array length=num): A list of #GntWidget** pointers to place the
    - * result.
    + * @...: A list of #GntWidget** pointers to place the result.
    *
    * Parse widgets from an XML description. For example,
    *