5.3.4

GObject Introspection

This is Gobject FFI.

Usage example:

(gi-ffi gtk "Gtk")
(let ([window (gtk 'window 'new)])
  (window 'show))