summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-27 20:48:56 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-27 20:48:56 +0000
commit057a6274b6f8ee45925cc42341ff3bb16d05be04 (patch)
tree67242d9b797afddad8c46c539bcf2bd9aee5afbd
parent53061f6d4736f028729c561448b1f5a8ae874334 (diff)
downloadgobject-introspection-057a6274b6f8ee45925cc42341ff3bb16d05be04.tar.gz
Revert "gimarshallingtests: Fix return data type"
This reverts commit 75148f33bbff9eed6164c0c02c584916fd127396.
-rw-r--r--tests/gimarshallingtests.c2
-rw-r--r--tests/gimarshallingtests.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/gimarshallingtests.c b/tests/gimarshallingtests.c
index fedcfb21..3d6e3453 100644
--- a/tests/gimarshallingtests.c
+++ b/tests/gimarshallingtests.c
@@ -3309,7 +3309,7 @@ gi_marshalling_tests_genum_get_type (void)
return type;
}
-GIMarshallingTestsGEnum
+GIMarshallingTestsEnum
gi_marshalling_tests_genum_returnv (void)
{
return GI_MARSHALLING_TESTS_GENUM_VALUE3;
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 35bd9168..7768a881 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 ())
-GIMarshallingTestsGEnum gi_marshalling_tests_genum_returnv (void);
+GIMarshallingTestsEnum gi_marshalling_tests_genum_returnv (void);
void gi_marshalling_tests_genum_in (GIMarshallingTestsGEnum enum_);