gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Missing methods that start async operations

Open fsobolev opened this issue 1 year ago • 2 comments

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.

fsobolev avatar Jul 19 '23 23:07 fsobolev

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

cameronwhite avatar Jul 20 '23 03:07 cameronwhite

Related to #893.

badcel avatar Jul 20 '23 05:07 badcel