summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2010-04-16 14:34:50 -0400
committerTomeu Vizoso <tomeu@sugarlabs.org>2010-04-16 14:34:50 -0400
commit4d1e24e1869d78db74ef7fcc296f6cada01b6b7f (patch)
tree58c54b5d4c7b86909cb5b2fa0210a2c165746107
parent2c99e2c77dbf0937c0c4e8cba21e53727bcef718 (diff)
downloadgobject-introspection-4d1e24e1869d78db74ef7fcc296f6cada01b6b7f.tar.gz
Use a pointer to a known type as a member of GIMarshallingTestsNotSimpleStruct
-rw-r--r--gir/gimarshallingtests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/gimarshallingtests.h b/gir/gimarshallingtests.h
index 87f9f92f..fc75aa26 100644
--- a/gir/gimarshallingtests.h
+++ b/gir/gimarshallingtests.h
@@ -433,7 +433,7 @@ typedef struct {
} GIMarshallingTestsNestedStruct;
typedef struct {
- gpointer pointer;
+ GIMarshallingTestsNestedStruct *pointer;
} GIMarshallingTestsNotSimpleStruct;