[gobject-introspection] Use a pointer to a known type as a member of GIMarshallingTestsNotSimpleStruct
- From: Tomeu Vizoso <tomeuv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Use a pointer to a known type as a member of GIMarshallingTestsNotSimpleStruct
- Date: Fri, 16 Apr 2010 18:34:54 +0000 (UTC)
commit 4d1e24e1869d78db74ef7fcc296f6cada01b6b7f
Author: Tomeu Vizoso <tomeu sugarlabs org>
Date: Fri Apr 16 14:34:50 2010 -0400
Use a pointer to a known type as a member of GIMarshallingTestsNotSimpleStruct
gir/gimarshallingtests.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gir/gimarshallingtests.h b/gir/gimarshallingtests.h
index 87f9f92..fc75aa2 100644
--- a/gir/gimarshallingtests.h
+++ b/gir/gimarshallingtests.h
@@ -433,7 +433,7 @@ typedef struct {
} GIMarshallingTestsNestedStruct;
typedef struct {
- gpointer pointer;
+ GIMarshallingTestsNestedStruct *pointer;
} GIMarshallingTestsNotSimpleStruct;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]