From dbb622812b29e5e67da8841409489d1d242a12b6 Mon Sep 17 00:00:00 2001 From: Simon Feltman Date: Thu, 4 Apr 2013 20:47:18 -0700 Subject: gimarshallingtests: Fix vfunc_return_enum type Change mistaken return type of GIMarshallingTestsFlags to GIMarshallingTestsEnum in vfunc_return_enum. https://bugzilla.gnome.org/show_bug.cgi?id=637832 --- tests/gimarshallingtests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h index 67c2f70e..56c6a0f2 100644 --- a/tests/gimarshallingtests.h +++ b/tests/gimarshallingtests.h @@ -807,7 +807,7 @@ struct _GIMarshallingTestsObjectClass /** * GIMarshallingTestsObjectClass::vfunc_return_enum: */ - GIMarshallingTestsFlags (* vfunc_return_enum) (GIMarshallingTestsObject *self); + GIMarshallingTestsEnum (* vfunc_return_enum) (GIMarshallingTestsObject *self); /** * GIMarshallingTestsObjectClass::vfunc_out_enum: -- cgit v1.2.1