GNOME Bugzilla – Bug 606452
Pointers to structures in structures indistinguishable from nested structures
Last modified: 2015-02-07 16:53:27 UTC
For the following fields, g_type_info_is_pointer returns False in both cases, making it impossible to tell them apart. typedef struct { FooStruct struct_; } FooStructWithStructValue; and typedef struct { FooStruct *struct_; } FooStructWithStructPointer;
Hello Simon, what version of Glib are you using?
(In reply to comment #1) > what version of Glib are you using? git master for the GLib, 0.6.7 for GObject-Introspection.
Created attachment 153142 [details] [review] Testcase
The bug doesn't seem to be valid in the last version of gobject-introspection.
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]