| gtkPrintOperationGetError {RGtk2.10} | R Documentation |
Call this when the result of a print operation is
GTK_PRINT_OPERATION_RESULT_ERROR, either as returned by
gtkPrintOperationRun, or in the ::done signal handler.
The returned GError will contain more details on what went wrong.
gtkPrintOperationGetError(object, .errwarn = TRUE)
|
[GtkPrintOperation] a GtkPrintOperation |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.10
A list containing the following elements:
.errwarn |
Whether to issue a warning on error or fail silently |
Derived by RGtkGen from GTK+ documentation