Function
Gtk.PrintJobCompleteFunc
Declaration
void
PrintJobCompleteFunc (
GtkPrintJob* print_job,
gpointer user_data,
const GError* error
)
Description [src]
The type of callback that is passed to gtk_print_job_send()
.
It is called when the print job has been completely sent.
Parameters
print_job |
GtkPrintJob |
the |
|
Ownership is not transferred to the callee | |
user_data |
gpointer |
user data that has been passed to |
|
error |
const GError* |
a |
|
Ownership is not transferred to the callee |