PrinterFunc


Description:


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.

Parameters:

printer

a `GtkPrinter`

data

user data passed to enumerate_printers

Returns:

true to stop the enumeration, false to continue


Namespace: Gtk