projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ea4e22
)
glib: Fix typo in GSList foreign type
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Fri, 30 Oct 2009 23:57:04 +0000
(
02:57
+0300)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sat, 31 Oct 2009 23:11:01 +0000
(
02:11
+0300)
glib/glib.glist.lisp
patch
|
blob
|
history
diff --git
a/glib/glib.glist.lisp
b/glib/glib.glist.lisp
index
82ba209
..
22ea6bc
100644
(file)
--- a/
glib/glib.glist.lisp
+++ b/
glib/glib.glist.lisp
@@
-62,6
+62,6
@@
(prog1
(iter (for c initially pointer then (g-slist-next c))
(until (null-pointer-p c))
- (collect (convert-from-foreign (foreign-slot-value c 'g-slist 'data) (glist-type-type type))))
+ (collect (convert-from-foreign (foreign-slot-value c 'g-slist 'data) (gslist-type-type type))))
(when (gslist-type-free-from-foreign type)
(g-slist-free pointer))))
\ No newline at end of file