GNOME Bugzilla – Bug 702193
No bitfield information in typelib files
Last modified: 2015-02-07 16:59:22 UTC
typelib files don't contain information about the number of bits in a bitfield (GI_INFO_TYPE_FIELD-->bits is allways set to zero.) Presumptively the initialization in file girnode.c --> _g_ir_node_build_typelib is buggy. Line blob->bits = 0; // ~ line 1570 should be replaced by blob->bits = field->bits; blob->reserved2 = 0; BR
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 560280 ***
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]