signal callback delegate or function to connect
void callback(gtk.print_job.PrintJob printJob)
printJob the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to StatusChanged signal.
Emitted when the status of a job changes.
The signal handler can use gtk.print_job.PrintJob.getStatus to obtain the new status.