Hello, it appears that the methods fileDialogOpen and fileDialogSave, among others are missing from the module GI.Gtk.Objects.FileDialog. They are documented here https://docs.gtk.org/gtk4/class.FileDialog.html.
I have gtk-4.10.3 installed on my computer, which should have these methods.
I assume it's an issue with haskell-gi because the methods from the same module work fine (I can create a new Gtk.FileDialog and call fileDialogOpenFinish (which fails due to not having been open-ed)) but I'm still a haskell-gi newbie so please correct me otherwise.
Hello, it appears that the methods
fileDialogOpenandfileDialogSave, among others are missing from the moduleGI.Gtk.Objects.FileDialog. They are documented here https://docs.gtk.org/gtk4/class.FileDialog.html.I have
gtk-4.10.3installed on my computer, which should have these methods.I assume it's an issue with haskell-gi because the methods from the same module work fine (I can create a new Gtk.FileDialog and call fileDialogOpenFinish (which fails due to not having been open-ed)) but I'm still a haskell-gi newbie so please correct me otherwise.