-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
When I've callback defined as
#define COUNT 10
void (*cl)(int list[COUNT]);swig produces
<attribute name="decl" value="f(a(COUNT).int)." id="19616" addr="0xbf61b8" />and it appears
callback([ a(COUNT).int ], :void)but it probably should be
callback([ [:int, 10] ], :void)only that's not supported yet, see ffi/ffi#385
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels