[ CCode ( instance_pos = 1.9 ) ]
public delegate bool PrinterFunc (Printer printer)
The type of function passed to enumerate_printers.
Note that you need to ref printer, if you want to keep a reference to it after the function has returned.
| printer |
a `GtkPrinter` |
| data |
user data passed to enumerate_printers |
|
true to stop the enumeration, false to continue |