GtkPrintJobCompleteFunc

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

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

alias GtkPrintJobCompleteFunc = void function(GtkPrintJob* printJob, void* userData, GError* error)

Meta