API Version: 4.0
Library Version: 4.2.0
void gtk_print_job_send ( GtkPrintJob* job, GtkPrintJobCompleteFunc callback, gpointer user_data, GDestroyNotify dnotify )
Sends the print job off to the printer.
callback
GtkPrintJobCompleteFunc
function to call when the job completes or an error occurs
user_data
gpointer
user data that gets passed to callback
dnotify
GDestroyNotify
destroy notify for user_data