diff options
author | Colin Walters <walters@verbum.org> | 2011-06-16 14:43:21 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-06-16 14:43:21 -0400 |
commit | 9e59567494689533bc1553ad0a02d9a37d8f1585 (patch) | |
tree | 7caaec397c8418ffd647fa01f06df4b878c9acfa /tests/gimarshallingtests.h | |
parent | 79a2c3fdf74c01a166ef3cd1cef553ddf42cd6cf (diff) | |
download | gobject-introspection-9e59567494689533bc1553ad0a02d9a37d8f1585.tar.gz |
gimarshallingtests: Remove gi_marshalling_tests_array_nested_in
We don't actually support nested container types in practice.
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r-- | tests/gimarshallingtests.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h index 7a8ec067..c97f63eb 100644 --- a/tests/gimarshallingtests.h +++ b/tests/gimarshallingtests.h @@ -379,7 +379,6 @@ void gi_marshalling_tests_array_uint8_in (const guint8 *chars, gint length); void gi_marshalling_tests_array_struct_in (GIMarshallingTestsBoxedStruct **structs, gint length); void gi_marshalling_tests_array_struct_take_in (GIMarshallingTestsBoxedStruct **structs, gint length); void gi_marshalling_tests_array_enum_in (GIMarshallingTestsEnum *_enum, gint length); -void gi_marshalling_tests_array_nested_in (GSList **list, gint length); void gi_marshalling_tests_array_in_guint64_len (const gint *ints, guint64 length); void gi_marshalling_tests_array_in_guint8_len (const gint *ints, guint8 length); |