chiark / gitweb /
Added code to register new types with the gobject type system
[clg] / cairo / defpackage.lisp
1 (defpackage "CAIRO"
2   (:use "COMMON-LISP" "GLIB" "AUTOEXPORT")
3   (:shadow "FILL"))
4