PrintSettings.loadFile

Reads the print settings from file_name. If the file could not be loaded then error is set to either a GFileError or GKeyFileError. See gtk_print_settings_to_file(). Since 2.14

class PrintSettings
int
loadFile
(
string fileName
)

Parameters

fileName string

the filename to read the settings from. [type filename]

Return Value

Type: int

TRUE on success

Throws

GException on failure.

Meta