Skip to content
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

Structs as C-subtype? #35

Open
fracek opened this issue Jul 30, 2013 · 0 comments
Open

Structs as C-subtype? #35

fracek opened this issue Jul 30, 2013 · 0 comments

Comments

@fracek
Copy link
Member

fracek commented Jul 30, 2013

At the moment we declare structs with C-struct, the problem is that they are declared sealed. To make make work I had to change the declaration of <GTypeInstance> to define open C-subtype <GTypeInstance> (<C-void*>) (because make and gtypeinstance are in 2 different modules), do you think we could change the definition of every struct to this? Or can I work around the problem in a different way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant