Gtk.FileChooser.prototype.get_show_hidden
function get_show_hidden():Boolean {
// Gjs wrapper for gtk_file_chooser_get_show_hidden()
}Gets whether hidden files and folders are displayed in the file selector. See Gtk.set_show_hidden.
Since 2.6
- Returns
true if hidden files and folders are displayed.