gtkPrintOperationGetError: gtkPrintOperationGetError

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

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.

Usage

1
gtkPrintOperationGetError(object, .errwarn = TRUE)

Arguments

object

a GtkPrintOperation

.errwarn

Whether to issue a warning on error or fail silently

Details

Since 2.10

Value

A list containing the following elements:

error

return location for the error

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.