summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.c
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-11-09 08:03:21 +0100
committerMartin Pitt <martinpitt@gnome.org>2012-11-09 08:04:59 +0100
commit75148f33bbff9eed6164c0c02c584916fd127396 (patch)
treec7e928fd67c7a4f52b2f79b9b71b1374511eda11 /tests/gimarshallingtests.c
parent794f76fd1b0cfa8dba1917ee97453592ce286f64 (diff)
downloadgobject-introspection-75148f33bbff9eed6164c0c02c584916fd127396.tar.gz
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().
Diffstat (limited to 'tests/gimarshallingtests.c')
-rw-r--r--tests/gimarshallingtests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gimarshallingtests.c b/tests/gimarshallingtests.c
index 3d6e3453..fedcfb21 100644
--- a/tests/gimarshallingtests.c
+++ b/tests/gimarshallingtests.c
@@ -3309,7 +3309,7 @@ gi_marshalling_tests_genum_get_type (void)
return type;
}
-GIMarshallingTestsEnum
+GIMarshallingTestsGEnum
gi_marshalling_tests_genum_returnv (void)
{
return GI_MARSHALLING_TESTS_GENUM_VALUE3;