Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. constructPrinterIsVirtual :: (IsPrinter o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Printer

    Construct a GValueConstruct with valid value for the “is-virtual” property. This is rarely needed directly, but it is used by new.

  2. constructPrinterName :: (IsPrinter o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Printer

    Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.

  3. getPrinterAcceptingJobs :: (MonadIO m, IsPrinter o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Get the value of the “accepting-jobs” property. When overloading is enabled, this is equivalent to

    get printer #acceptingJobs
    

  4. getPrinterAcceptsPdf :: (MonadIO m, IsPrinter o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Get the value of the “accepts-pdf” property. When overloading is enabled, this is equivalent to

    get printer #acceptsPdf
    

  5. getPrinterAcceptsPs :: (MonadIO m, IsPrinter o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Get the value of the “accepts-ps” property. When overloading is enabled, this is equivalent to

    get printer #acceptsPs
    

  6. getPrinterIconName :: (MonadIO m, IsPrinter o) => o -> m Text

    gi-gtk4 GI.Gtk.Objects.Printer

    Get the value of the “icon-name” property. When overloading is enabled, this is equivalent to

    get printer #iconName
    

  7. getPrinterIsVirtual :: (MonadIO m, IsPrinter o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Get the value of the “is-virtual” property. When overloading is enabled, this is equivalent to

    get printer #isVirtual
    

  8. getPrinterJobCount :: (MonadIO m, IsPrinter o) => o -> m Int32

    gi-gtk4 GI.Gtk.Objects.Printer

    Get the value of the “job-count” property. When overloading is enabled, this is equivalent to

    get printer #jobCount
    

  9. getPrinterLocation :: (MonadIO m, IsPrinter o) => o -> m Text

    gi-gtk4 GI.Gtk.Objects.Printer

    Get the value of the “location” property. When overloading is enabled, this is equivalent to

    get printer #location
    

  10. getPrinterName :: (MonadIO m, IsPrinter o) => o -> m Text

    gi-gtk4 GI.Gtk.Objects.Printer

    Get the value of the “name” property. When overloading is enabled, this is equivalent to

    get printer #name
    

Page 358 of many | Previous | Next