-
Notifications
You must be signed in to change notification settings - Fork 13
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
Provide simple example #34
Comments
The simplest example of using girtod would be:
where For a more involved example where some manual intervention is needed to get a working binding you could look at AtkD: https://github.com/gtkd-developers/AtkD |
What am I doing wrong? |
gittod doesn't currently use the environment variables. The easiest in this case would probably be to specify the path to the gir file:
|
I am not familiar with all this and would like to try using third-party GObject libraries from D (other than gtkd).
It would be useful to have a simple example here using an GObject(from C or Vala) with multiple properties and functions from D GObject.
The text was updated successfully, but these errors were encountered: