Skip to content

gtk-fortran 4.7.1

Latest
Compare
Choose a tag to compare
@vmagnin vmagnin released this 04 Mar 13:21
· 2 commits to gtk4 since this release
22b0900

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 the iso_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 example GtkSelectionMode and GtkSelectionModel).