-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update ccall documentation #2145
Comments
Also need to document callbacks. I'm happy to do that and structs once struct stuff stabilizes. (least I can do) |
note re: callbacks, cfunction is understandably finicky about return types so it is necessary to convert() the return in order to make the return sig match: |
Please also document the possibility of using |
Please make that a new issue, rather than reopening one that is specifically for a different topic. |
i'll send a doc pr tonight for those and the other C-related things in #2242. |
Should this have been closed? According to the docs, "Currently, it is not possible to pass structs and other non-primitive types from Julia to C libraries." |
Oh, yeah, I misunderstood the original reopening. Wasn't reading carefully enough. Sorry @stevengj. |
Struct support has been merged -- documentation needs to be updated accordingly
The text was updated successfully, but these errors were encountered: