Method
Gtk.PrintSettings.to_file
Declaration [src]
gboolean
gtk_print_settings_to_file (
GtkPrintSettings* settings,
const char* file_name,
GError** error
)
Description [src]
This function saves the print settings from settings
to file_name
.
If the file could not be written then error is set to either a
GFileError
or GKeyFileError
.