Function

Gtk-4.0Gtkenumerate_printers

  • Calls a function for all printers that are known to GTK.

    If func returns true, the enumeration is stopped.

    Parameters

    • func: PrinterFunc

      a function to call for each printer

    • wait: boolean

      if true, wait in a recursive mainloop until all printers are enumerated; otherwise return early

    Returns void