GLibSharp / GtkSharp

.Net bindings for gtk+3 and above
Other
28 stars 21 forks source link

Manual abi detection #22

Closed thiblahute closed 6 years ago

thiblahute commented 6 years ago

Introduce a StructAbi class to handle the mapping of complex C possibly with unions and bitfields, which means we do not need glue anymore, thus removing the glue.

It also tests that the generated ABI is correct.