WebKit2.FileChooserRequest.prototype.get_select_multiple

function get_select_multiple(): Boolean {
    // Gjs wrapper for webkit_file_chooser_request_get_select_multiple()
}
  

Determine whether the file chooser associated to this WebKit2.FileChooserRequest should allow selecting multiple files, which depends on the HTML input element having a 'multiple' attribute defined.

Returns

true if the file chooser should allow selecting multiple files or false otherwise.