Method
GtkPrintSettingsload_file
Declaration [src]
gboolean
gtk_print_settings_load_file (
GtkPrintSettings* settings,
const char* file_name,
GError** error
)
Description [src]
Reads the print settings from file_name
.
If the file could not be loaded then error is set to either
a GFileError
or GKeyFileError
.