PrintSettings.this

Reads the print settings from the group group_name in key_file. 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. Since 2.12

  1. this(GtkPrintSettings* gtkPrintSettings)
  2. this()
  3. this(string fileName)
  4. this(KeyFile keyFile, string groupName)
    class PrintSettings

Parameters

keyFile KeyFile

the GKeyFile to retrieve the settings from

groupName string

the name of the group to use, or NULL to use the default "Print Settings". [allow-none]

Throws

GException on failure. ConstructionException GTK+ fails to create the object.

Meta