Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. getStatePersist :: IO (Maybe String)

    dyre Config.Dyre.Options

    Get the path to a persistent state file. This is set only when the --dyre-state-persist= flag is passed to the program. It is used internally by Config.Dyre.Relaunch to save and restore state when relaunching the program.

  2. getStateAttribute :: PacketAttribute -> ByteString

    radius Network.RADIUS.Types

    No documentation available.

  3. runGetState :: Get a -> ByteString -> ByteOffset -> (a, ByteString, ByteOffset)

    binary Data.Binary.Get

    Deprecated: Use runGetIncremental instead. This function will be removed.

  4. runGetState :: Get a -> ByteString -> Int -> Either String (a, ByteString)

    cereal Data.Serialize.Get

    Run the Get monad applies a get-based parser on the input ByteString, starting at the specified offset. In addition to the result of get it returns the rest of the input.

  5. hookGetStatement :: SqlBackendHooks -> SqlBackend -> Text -> Statement -> IO Statement

    persistent Database.Persist.Sql.Types.Internal

    No documentation available.

  6. hookGetStatement :: SqlBackendHooks -> SqlBackend -> Text -> Statement -> IO Statement

    persistent Database.Persist.SqlBackend.Internal

    No documentation available.

  7. actionGetState :: (HasCallStack, MonadIO m, IsAction a) => a -> m (Maybe GVariant)

    gi-gio GI.Gio.Interfaces.Action

    Queries the current state of action. If the action is not stateful then Nothing will be returned. If the action is stateful then the type of the return value is the type given by actionGetStateType. The return value (if non-Nothing) should be freed with variantUnref when it is no longer required. Since: 2.28

  8. actionGetStateHint :: (HasCallStack, MonadIO m, IsAction a) => a -> m (Maybe GVariant)

    gi-gio GI.Gio.Interfaces.Action

    Requests a hint about the valid range of values for the state of action. If Nothing is returned it either means that the action is not stateful or that there is no hint about the valid range of values for the state of the action. If a GVariant array is returned then each item in the array is a possible value for the state. If a GVariant pair (ie: two-tuple) is returned then the tuple specifies the inclusive lower and upper bound of valid values for the state. In any case, the information is merely a hint. It may be possible to have a state value outside of the hinted range and setting a value within the range may fail. The return value (if non-Nothing) should be freed with variantUnref when it is no longer required. Since: 2.28

  9. actionGetStateType :: (HasCallStack, MonadIO m, IsAction a) => a -> m (Maybe VariantType)

    gi-gio GI.Gio.Interfaces.Action

    Queries the type of the state of action. If the action is stateful (e.g. created with simpleActionNewStateful) then this function returns the VariantType of the state. This is the type of the initial value given as the state. All calls to actionChangeState must give a GVariant of this type and actionGetState will return a GVariant of the same type. If the action is not stateful (e.g. created with simpleActionNew) then this function will return Nothing. In that case, actionGetState will return Nothing and you must not call actionChangeState. Since: 2.28

  10. windowGetState :: (HasCallStack, MonadIO m, IsWindow a) => a -> m [WindowState]

    gi-gdk3 GI.Gdk.Objects.Window

    Gets the bitwise OR of the currently active window state flags, from the WindowState enumeration.

Page 4 of many | Previous | Next