From 75148f33bbff9eed6164c0c02c584916fd127396 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 9 Nov 2012 08:03:21 +0100 Subject: gimarshallingtests: Fix return data type gi_marshalling_tests_genum_returnv() should (and does) return a GIMarshallingTestsGEnum, not a GIMarshallingTestsEnum. The latter is already covered by gi_marshalling_tests_enum_returnv(). --- 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 7768a881..35bd9168 100644 --- a/tests/gimarshallingtests.h +++ b/tests/gimarshallingtests.h @@ -303,7 +303,7 @@ typedef enum GType gi_marshalling_tests_genum_get_type (void) G_GNUC_CONST; #define GI_MARSHALLING_TESTS_TYPE_GENUM (gi_marshalling_tests_genum_get_type ()) -GIMarshallingTestsEnum gi_marshalling_tests_genum_returnv (void); +GIMarshallingTestsGEnum gi_marshalling_tests_genum_returnv (void); void gi_marshalling_tests_genum_in (GIMarshallingTestsGEnum enum_); -- cgit v1.2.1