Function
Gtk.enumerate_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.