On Sat 16 Sep 2017 08:51:19 PM CEST, Max Reitz wrote: > Signed-off-by: Max Reitz <mre...@redhat.com>
> @@ -37,6 +38,8 @@ typedef struct QList { > qlist_append(qlist, qbool_from_bool(value)) > #define qlist_append_str(qlist, value) \ > qlist_append(qlist, qstring_from_str(value)) > +#define qlist_append_null(qlist) \ > + qlist_append(qlist, qnull()) Reviewed-by: Alberto Garcia <be...@igalia.com> Berto