Constructor

Gtk.PrintSettings.new_from_file

Declaration [src]

GtkPrintSettings*
gtk_print_settings_new_from_file (
  const char* file_name,
  GError** error
)

Description [src]

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 gtk_print_settings_to_file().

Parameters

file_name const char*
 

the filename to read the settings from

 Ownership is not transferred to the callee
 The string is a file system path, using the OS encoding

Return value

Returns: GtkPrintSettings

the restored GtkPrintSettings

Ownership of the data is transferred to the caller