From 50dfb465658a5c1705cac51a31f145fee8b6b168 Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Sun, 1 Mar 2015 21:36:12 +0100 Subject: scanner: allow (array zero-terminated) instead of (array zero-terminated=1) What we already had: - (array zero-terminated=1) > array which is NULL terminated - (array zero-terminated=0) > array which is not NULL terminated - (array) > array which is not NULL terminated - (array zero-terminated=X) > array which is not NULL terminated where X can be anything What this patch adds: - (array zero-terminated) > array which is NULL terminated https://bugzilla.gnome.org/show_bug.cgi?id=657754 --- tests/gimarshallingtests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gimarshallingtests.h') diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h index 3fb9c949..fc20fd72 100644 --- a/tests/gimarshallingtests.h +++ b/tests/gimarshallingtests.h @@ -1378,7 +1378,7 @@ struct _GIMarshallingTestsObjectClass /** * GIMarshallingTestsObjectClass::vfunc_array_out_parameter: - * @a: (out) (array zero-terminated=1): + * @a: (out) (array zero-terminated): */ void (* vfunc_array_out_parameter) (GIMarshallingTestsObject *self, gfloat **a); -- cgit v1.2.1