Function
GtkPrinterFunc
Description [src]
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.
Parameters
printer
-
Type:
GtkPrinter
A
GtkPrinter
.The data is owned by the caller of the function. data
-
Type:
gpointer
User data passed to gtk_enumerate_printers().
The argument can be NULL
.The data is owned by the caller of the function.