Method

GtkPrintOperationget_error

since: 2.10

Declaration [src]

void
gtk_print_operation_get_error (
  GtkPrintOperation* op
  GError** error
)

Description [src]

Call this when the result of a print operation is GTK_PRINT_OPERATION_RESULT_ERROR, either as returned by gtk_print_operation_run(), or in the GtkPrintOperation::done signal handler. The returned GError will contain more details on what went wrong.

Available since: 2.10