enumeratePrinters
fn
void enumeratePrinters(gtk.types.PrinterFunc func, bool wait)Calls a function for all [gtk.printer.Printer]s.
If func returns true, the enumeration is stopped.
Parameters
func | a function to call for each printer |
wait | if true, wait in a recursive mainloop until all printers are enumerated; otherwise return early |