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