Function
GtkPrintJobCompleteFunc
Declaration
void
(* GtkPrintJobCompleteFunc) (
  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  | |
| The data is owned by the caller of the function. | |
| user_data | gpointer | 
| User data that has been passed to  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| error | GError | 
| A  | |
| The data is owned by the caller of the function. |