Re: Create C++ bindings of Advanced Gtk+ Sequencer

2021-12-09 Thread Kjell Ahlstedt via gtkmm-list
Appendix G in the gtkmm tutorial is the best description we've got. https://developer-old.gnome.org/gtkmm-tutorial/4.0/ https://developer-old.gnome.org/gtkmm-tutorial/4.0/chapter-wrapping-c-libraries.html.en It's not a very detailed description, I'm afraid. You probably also need to look at

Create C++ bindings of Advanced Gtk+ Sequencer

2021-12-09 Thread Joël Krähemann via gtkmm-list
hi all, I am just curious about howto create C++ bindings of Advanced Gtk+ Sequencer. I would love to benefit from your experience. The Advanced Gtk+ Sequencer framework has got GObject introspection annotations. The involved libraries would be: * libags.so * libags_thread.so * libags_server.so