Method
GtkPrintJobsend
Declaration [src]
void
gtk_print_job_send (
  GtkPrintJob* job,
  GtkPrintJobCompleteFunc callback,
  gpointer user_data,
  GDestroyNotify dnotify
)
Parameters
- callback
- 
            Type: GtkPrintJobCompleteFuncFunction to call when the job completes or an error occurs. 
- user_data
- 
            Type: gpointerUser data that gets passed to callback.The argument can be NULL.The data is owned by the caller of the function. 
- dnotify
- 
            Type: GDestroyNotifyDestroy notify for user_data.