Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. constructSettingsGtkPrintBackends :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Settings

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

  2. constructSettingsGtkPrintPreviewCommand :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Settings

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

  3. getSettingsGtkPrintBackends :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)

    gi-gtk3 GI.Gtk.Objects.Settings

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

    get settings #gtkPrintBackends
    

  4. getSettingsGtkPrintPreviewCommand :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)

    gi-gtk3 GI.Gtk.Objects.Settings

    Get the value of the “gtk-print-preview-command” property. When overloading is enabled, this is equivalent to

    get settings #gtkPrintPreviewCommand
    

  5. setSettingsGtkPrintBackends :: (MonadIO m, IsSettings o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-print-backends” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkPrintBackends := value ]
    

  6. setSettingsGtkPrintPreviewCommand :: (MonadIO m, IsSettings o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-print-preview-command” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkPrintPreviewCommand := value ]
    

  7. type C_PrintJobCompleteFunc = Ptr PrintJob -> Ptr () -> Ptr GError -> IO ()

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  8. type C_PrintSettingsFunc = CString -> CString -> Ptr () -> IO ()

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  9. type C_PrinterFunc = Ptr Printer -> Ptr () -> IO CInt

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  10. drop_closures_PrintJobCompleteFunc :: PrintJobCompleteFunc -> PrintJobCompleteFunc_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

Page 338 of many | Previous | Next