cl-gobject-introspection-wrapper
Wrap and call GObject Introspection FFI function in LISP style, based on cl-gobject-introspection.
$ area51 add cl-gobject-introspection-wrapperコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-gobject-introspection-wrapper:some-function ...)