PrintJobCompleteFunc


Description:

[ CCode ( instance_pos = 1.9 ) ]
public delegate void PrintJobCompleteFunc (PrintJob print_job) throws Error

The type of callback that is passed to send.

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

Parameters:

print_job

the `GtkPrintJob`

error

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

user_data

user data that has been passed to send


Namespace: Gtk