-
Notifications
You must be signed in to change notification settings - Fork 0
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
Please add GLib binding #11
Comments
This would require a translator for |
They are just XML. Please have a look at them: https://github.com/gtk-rs/gir-files |
It would be nice but I do not have the time to implement it. Like said, it would require a separate program to generate the bindings. Feel free to make a repo for this though, and it can become a part of the project if you want |
@IsaacShelton Please close this issue. Most of the time, people want Gtk, not GLib. People asked for GLib because they want to use the data structures GLib provides. Adept should implement these data structures instead. |
It's nothing wrong to have GLib, though. GLib is more than just data structures! Btw, I will create an issue for Gtk. |
GLib is a bit different. You will have to parse then GObject Introspection file (.gir) to generate the binding instead of parsing the headers directly. Anyway, it's a very useful library that I think we should be able to use.
The text was updated successfully, but these errors were encountered: