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
For Gobject-Introspection / gir files, the the library needs to be based on GObject, either the C one or the D binding. Not a lot of D libraries are based on GObject, so currently i don't think it's worthwhile.
Did you considered writing a D to gir generator?
Dmd should output all needed information about extern C definitions and data structures to generate gir files.
Therefore it would be easy to generate wrappers for multiple languages for a D library.
What do you think?
The text was updated successfully, but these errors were encountered: