Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getPrinterAcceptsPdf :: (MonadIO m, IsPrinter o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.Printer Get the value of the “accepts-pdf” property. When overloading is enabled, this is equivalent to
get printer #acceptsPdf
getPrinterAcceptsPs :: (MonadIO m, IsPrinter o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.Printer Get the value of the “accepts-ps” property. When overloading is enabled, this is equivalent to
get printer #acceptsPs
getPrinterIconName :: (MonadIO m, IsPrinter o) => o -> m Textgi-gtk4 GI.Gtk.Objects.Printer Get the value of the “icon-name” property. When overloading is enabled, this is equivalent to
get printer #iconName
getPrinterIsVirtual :: (MonadIO m, IsPrinter o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.Printer Get the value of the “is-virtual” property. When overloading is enabled, this is equivalent to
get printer #isVirtual
getPrinterJobCount :: (MonadIO m, IsPrinter o) => o -> m Int32gi-gtk4 GI.Gtk.Objects.Printer Get the value of the “job-count” property. When overloading is enabled, this is equivalent to
get printer #jobCount
getPrinterLocation :: (MonadIO m, IsPrinter o) => o -> m Textgi-gtk4 GI.Gtk.Objects.Printer Get the value of the “location” property. When overloading is enabled, this is equivalent to
get printer #location
getPrinterName :: (MonadIO m, IsPrinter o) => o -> m Textgi-gtk4 GI.Gtk.Objects.Printer Get the value of the “name” property. When overloading is enabled, this is equivalent to
get printer #name
getPrinterPaused :: (MonadIO m, IsPrinter o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.Printer Get the value of the “paused” property. When overloading is enabled, this is equivalent to
get printer #paused
getPrinterStateMessage :: (MonadIO m, IsPrinter o) => o -> m Textgi-gtk4 GI.Gtk.Objects.Printer Get the value of the “state-message” property. When overloading is enabled, this is equivalent to
get printer #stateMessage
-
gi-gtk4 GI.Gtk.Objects.Printer Connect a signal handler for the detailsAcquired signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on printer #detailsAcquired callback