You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New types (enums) in src/cfwrapper/scan_types_and_enums.py, useful for other GNOME libraries.
Initializes types_enums.gtk_funptr list in src/cfwrapper/scan_types_and_enums.py with a few funptr types, and removes possibly duplicated ones.
examples/menubar.f90: an accelerator <Ctrl>q was added for quitting the application.
Changed
examples/bazaar.f90: modified the font and background of the textview.
Fixed
src/cfwrapper/fortran.py: declarations like const char * const * must be declared in Fortran as type(c_ptr), dimension(*) ::, as they are arrays of C strings (previously, only ** was considered).