Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. printSettingsLoadFile :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> [Char] -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Reads the print settings from fileName. If the file could not be loaded then error is set to either a FileError or KeyFileError. See printSettingsToFile. Since: 2.14

  2. printSettingsLoadKeyFile :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> KeyFile -> Maybe Text -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Reads the print settings from the group groupName in keyFile. If the file could not be loaded then error is set to either a FileError or KeyFileError. Since: 2.14

  3. printSettingsNew :: (HasCallStack, MonadIO m) => m PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Creates a new PrintSettings object. Since: 2.10

  4. printSettingsNewFromFile :: (HasCallStack, MonadIO m) => [Char] -> m PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Reads the print settings from fileName. Returns a new PrintSettings object with the restored settings, or Nothing if an error occurred. If the file could not be loaded then error is set to either a FileError or KeyFileError. See printSettingsToFile. Since: 2.12

  5. printSettingsNewFromGvariant :: (HasCallStack, MonadIO m) => GVariant -> m PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Deserialize print settings from an a{sv} variant in the format produced by printSettingsToGvariant. Since: 3.22

  6. printSettingsNewFromKeyFile :: (HasCallStack, MonadIO m) => KeyFile -> Maybe Text -> m PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Reads the print settings from the group groupName in keyFile. Returns a new PrintSettings object with the restored settings, or Nothing if an error occurred. If the file could not be loaded then error is set to either a FileError or KeyFileError. Since: 2.12

  7. printSettingsSet :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Maybe Text -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Associates value with key. Since: 2.10

  8. printSettingsSetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets key to a boolean value. Since: 2.10

  9. printSettingsSetCollate :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_COLLATE. Since: 2.10

  10. printSettingsSetDefaultSource :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_DEFAULT_SOURCE. Since: 2.10

Page 35 of many | Previous | Next