[gtk-cffi-cvs] CVS gtk-cffi/g-lib
CVS User rklochkov
rklochkov at common-lisp.net
Mon Feb 20 16:51:37 UTC 2012
Update of /project/gtk-cffi/cvsroot/gtk-cffi/g-lib
In directory tiger.common-lisp.net:/tmp/cvs-serv21507/g-lib
Modified Files:
list.lisp
Log Message:
Finished GtkWindow
Made global clean-up. Now it compiles all from scratch with asdf:compile-op
Add version-dependent functions (for ex. "since gtk 3.2")
--- /project/gtk-cffi/cvsroot/gtk-cffi/g-lib/list.lisp 2012/01/25 19:15:08 1.6
+++ /project/gtk-cffi/cvsroot/gtk-cffi/g-lib/list.lisp 2012/02/20 16:51:37 1.7
@@ -35,8 +35,9 @@
(t (mem-ref data *list-type*))) *list*))
(define-foreign-type g-list (freeable)
- ((list-type :initarg :elt :accessor list-type
- :documentation "If null, then list is of pointers or GObjects"))
+ ((list-type :initarg :elt :accessor list-type :initform nil
+ :documentation "If null, then list is of pointers or GObjects")
+ (free :initform :container))
(:simple-parser g-list)
(:actual-type :pointer))
More information about the gtk-cffi-cvs
mailing list