PrintJobCompleteFunc

typealias PrintJobCompleteFunc = (printJob: PrintJob, <Error class: unknown class>) -> Unit

The type of callback that is passed to gtk_print_job_send().

It is called when the print job has been completely sent.

  • param printJob the GtkPrintJob

  • param error a GError that contains error information if the sending of the print job failed, otherwise null