GtkPrinterFunc

The type of function passed to gtk_enumerate_printers().

Note that you need to ref @printer, if you want to keep a reference to it after the function has returned.

alias GtkPrinterFunc = int function(GtkPrinter* printer, void* data)

Return Value

%TRUE to stop the enumeration, %FALSE to continue

Meta