gir.core
gir.core copied to clipboard
Missing methods that start async operations
Methods such as:
- Gtk.FileDialog.Save
- Gtk.FileDialog.Open
- Gtk.FileDialog.SelectFolder
- Gtk.UriLauncher.Launch
- Gtk.ColorDialog.ChooseRgba
are missing. Although finishing methods exist (like Gtk.FileDialog.SaveFinish etc).
Gtk.FileDialog, Gtk.UriLauncher and Gtk.ColorDialog were added in GTK 4.10 and so weren't present in gir.core 0.3.0 at all.
The build log contains e.g. Did not generate method 'FileDialog.Open': GirModel.AnyType: GirModel.Type: GirLoader.Output.Callback: Async scope not yet implemented
so there are some cases not yet handled in the generator
Related to #893.