README
My experiments with https://github.com/andy128k/cl-gobject-introspection
I have problem with old libraries https://docs.gtk.org/gio/flags.ApplicationFlags.html so I have to use deprecated :flags_none
finding library versions
sudo ldconfig -v | grep gio libgio-2.0.so.0 -> libgio-2.0.so.0.7200.4
https://gitlab.gnome.org/GNOME/gobject-introspection
execute method call
(gir:invoke (namespace "Class" 'method) arg1 arg2)