cl-gobject-introspection-wrapper
Wrap and call GObject Introspection FFI function in LISP style, based on cl-gobject-introspection.
$ area51 add cl-gobject-introspection-wrapperCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-gobject-introspection-wrapper:some-function ...)