gtkPrintSettingsNewFromKeyFile {RGtk2} | R Documentation |
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.
gtkPrintSettingsNewFromKeyFile(key.file, group.name, .errwarn = TRUE)
|
[GKeyFile] the GKeyFile to retrieve the settings from |
|
[character] the name of the group to use |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.12
A list containing the following elements:
retval |
[GtkPrintSettings ] the restored GtkPrintSettings |
|
[GError ] return location for errors, or NULL |
Derived by RGtkGen from GTK+ documentation