Gtk.PrintJobCompleteFunc Delegate
Print job completion callback delegate.

Syntax

public delegate void PrintJobCompleteFunc (PrintJob print_job, IntPtr user_data, IntPtr error)

Parameters

print_job
A print job.
user_data
Unused.
error
Pointer to a native GError, or IntPtr.Zero if no errors occur.

Remarks

Invoked by PrintJob.Send when sending has completed.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0
Since: Gtk# 2.10