[ CCode ( has_construct_function = false ) ]
public PrintSettings.from_file (string file_name) throws Error
Reads the print settings from file_name
.
Returns a new `GtkPrintSettings` object with the restored settings, or null if an error occurred. If the file could not be loaded then error is set to either a `GFileError` or `GKeyFileError`.
See [[email protected]_file].
file_name |
the filename to read the settings from |
the restored `GtkPrintSettings` |