[gtk-cffi-cvs] CVS gtk-cffi/gio
CVS User rklochkov
rklochkov at common-lisp.net
Sun Aug 12 17:42:30 UTC 2012
Update of /project/gtk-cffi/cvsroot/gtk-cffi/gio
In directory tiger.common-lisp.net:/tmp/cvs-serv2591/gio
Modified Files:
action-group.lisp
Log Message:
Synced with current version of CFFI
--- /project/gtk-cffi/cvsroot/gtk-cffi/gio/action-group.lisp 2012/02/12 17:29:41 1.2
+++ /project/gtk-cffi/cvsroot/gtk-cffi/gio/action-group.lisp 2012/08/12 17:42:30 1.3
@@ -11,7 +11,7 @@
(deffuns action-group
(has-action :boolean (action-name :string))
- (list-actions (string-list :free t))
+ (list-actions string-list)
(:get action-enabled :boolean (action-name :string))
(:get action-parameter-type variant-type (action-name :string))
(:get action-state-type variant-type (action-name :string))
More information about the gtk-cffi-cvs
mailing list