PrintSettings.loadFile

bool loadFile(string fileName)

Reads the print settings from file_name.

If the file could not be loaded then error is set to either a glib.types.FileError or glib.types.KeyFileError.

See gtk.print_settings.PrintSettings.toFile.

Parameters

fileNamethe filename to read the settings from

Returns

true on success

Throws