summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2013-04-04 20:47:18 -0700
committerSimon Feltman <sfeltman@src.gnome.org>2013-04-04 20:47:18 -0700
commitdbb622812b29e5e67da8841409489d1d242a12b6 (patch)
tree428a2b72bc65358d6d7bd9db430d5aa77c6662bc
parent4b1bf70c93acb3446c1e9049ac422d911a10762d (diff)
downloadgobject-introspection-dbb622812b29e5e67da8841409489d1d242a12b6.tar.gz
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
-rw-r--r--tests/gimarshallingtests.h2
1 files changed, 1 insertions, 1 deletions
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: