Initial commit
[cl-gtk2.git] / glib / gobject.enum.lisp
1 (in-package :gobject)
2
3 (defcfun g-enum-register-static g-type
4   (name :string)
5   (static-values (:pointer g-enum-value)))
6
7 (defcfun g-flags-register-static g-type
8   (name :string)
9   (static-values (:pointer g-flags-value)))