Fixed
- cfwrapper: the interfaces of 98 functions are fixed (Issue #290). In
cfwrapper/fortran.py
, the block treating the enums was not placed at the end of theiso_c_binding()
function: first, C pointers toward enums were not recognized as pointers, and secondly enums having a name included in a GTK type name could cause bad bindings (for exampleGtkSelectionMode
andGtkSelectionModel
).