-
Notifications
You must be signed in to change notification settings - Fork 67
Support for Passing/Returning Structs by value in Functions #540
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
Comments
This has landed in Dart master, it would be cool if we can address this just like in dart-archive/ffigen#126 on the dart-master branch. @jpnurmi would you be interested in making a PR for this? If not, @mannprerak2 can you look at this after dart-archive/ffigen#126 is merged? |
I can work on this. Other than removing the checks for Struct by value we also need to take care of only allowing this for Structs which are complete. |
Waiting on support for Structs by value in
dart:ffi
Currently, functions passing/returning Structs by value are removed from the generated bindings
The text was updated successfully, but these errors were encountered: