We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8162d99 commit 9cf7013Copy full SHA for 9cf7013
glib/gobject.boxed.lisp
@@ -171,7 +171,7 @@
171
(cond
172
((cstruct-slot-description-count slot)
173
(setf (slot-value proxy slot-name) (make-array (list (cstruct-slot-description-count slot))))
174
- (iter (with ptr = (foreign-slot-pointer native cstruct-type slot-name))
+ (iter (with ptr = (foreign-slot-pointer native (list :struct cstruct-type) slot-name))
175
(with array = (slot-value proxy slot-name))
176
(for i from 0 below (cstruct-slot-description-count slot))
177
(setf (aref array i)
0 commit comments