[gobject-introspection] gimarshallingtests: Fix vfunc_return_enum type
- From: Simon Feltman <sfeltman src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] gimarshallingtests: Fix vfunc_return_enum type
- Date: Fri, 5 Apr 2013 09:50:34 +0000 (UTC)
commit dbb622812b29e5e67da8841409489d1d242a12b6
Author: Simon Feltman <sfeltman src gnome org>
Date: Thu Apr 4 20:47:18 2013 -0700
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 67c2f70..56c6a0f 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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]