-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Clipboard read_value_finish #59
Comments
for each module there's a Anyway, I didn't work to have these GTK async APIs "crystalized" yet because when I needed them I just used the non-async versions, that depending on the use case may not affect the application. |
I found Gio::SimpleAsyncResult, see what happens. If you are interested, the GTK4 demo repo I am working on is located at https://github.com/gummybears/gtk4_with_crystal PS I am using version 0.15 of your shard. |
I think will be useful to link this tutorial on this shard README and on gi-crystal README as well. |
The repo https://github.com/gummybears/gtk4_with_crystal is public, work in progress so caveat emptor but you are more than welcome to include it in your README. |
The PR above add support for As usual I'll test it with Tijolo for few days before merging it... |
I am working on a Gtk4 Clipboard example and need to call the method clipboard.read_value_finish
Problem I have is that the argument result has to be of type Gio::AsyncResult which is a module
Platform
Linux 21
Crystal 1.9.2 [1908c816f] (2023-07-19)
libgtk-4-1
The text was updated successfully, but these errors were encountered: