cl-gobject-introspection-wrapper

lgpl3

Wrap and call GObject Introspection FFI function in LISP style, based on cl-gobject-introspection.

$ area51 add cl-gobject-introspection-wrapperCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-gobject-introspection-wrapper:some-function ...)