You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
At the moment we declare structs with
C-struct
, the problem is that they are declared sealed. To makemake
work I had to change the declaration of<GTypeInstance>
todefine 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?The text was updated successfully, but these errors were encountered: