[gobject-introspection] Use a pointer to a known type as a member of GIMarshallingTestsNotSimpleStruct



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]