Gtk.PrintSettings.prototype.load_file

function load_file(file_name:filename):Boolean {
    // Gjs wrapper for gtk_print_settings_load_file()
}

Reads the print settings from file_name. If the file could not be loaded then error is set to either a GLib.FileError or GLib.KeyFileError. See Gtk.to_file.

Since 2.14

file_name

the filename to read the settings from

Returns

true on success