summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gimarshallingtests.c')
-rw-r--r--tests/gimarshallingtests.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.c b/tests/gimarshallingtests.c
index 41f86206..7c922d4f 100644
--- a/tests/gimarshallingtests.c
+++ b/tests/gimarshallingtests.c
@@ -1514,6 +1514,16 @@ gi_marshalling_tests_array_zero_terminated_return (void)
}
/**
+ * gi_marshalling_tests_array_zero_terminated_return_null:
+ * Returns: (array zero-terminated=1) (transfer none):
+ */
+gchar **
+gi_marshalling_tests_array_zero_terminated_return_null (void)
+{
+ return NULL;
+}
+
+/**
* gi_marshalling_tests_array_zero_terminated_return_struct:
* Returns: (array zero-terminated=1) (transfer full):
*/