Function
Gtkenumerate_printers
Declaration [src]
void
gtk_enumerate_printers (
GtkPrinterFunc func,
gpointer data,
GDestroyNotify destroy,
gboolean wait
)
Description [src]
Calls a function for all GtkPrinter
s.
If func
returns TRUE
, the enumeration is stopped.
Parameters
func |
GtkPrinterFunc |
A function to call for each printer. |
|
data |
gpointer |
User data to pass to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
destroy |
GDestroyNotify |
Function to call if |
|
wait |
gboolean |
If |