Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. fileAttributeMatcherEnumerateNamespace :: (HasCallStack, MonadIO m) => FileAttributeMatcher -> Text -> m Bool

    gi-gio GI.Gio.Structs.FileAttributeMatcher

    Checks if the matcher will match all of the keys in a given namespace. This will always return True if a wildcard character is in use (e.g. if matcher was created with "standard::*" and ns is "standard", or if matcher was created using "*" and namespace is anything.) TODO: this is awkwardly worded.

  2. fileAttributeMatcherEnumerateNext :: (HasCallStack, MonadIO m) => FileAttributeMatcher -> m (Maybe Text)

    gi-gio GI.Gio.Structs.FileAttributeMatcher

    Gets the next matched attribute from a FileAttributeMatcher.

  3. getInputMessageNumControlMessages :: MonadIO m => InputMessage -> m Word32

    gi-gio GI.Gio.Structs.InputMessage

    Get the value of the “num_control_messages” field. When overloading is enabled, this is equivalent to

    get inputMessage #numControlMessages
    

  4. getInputMessageNumVectors :: MonadIO m => InputMessage -> m Word32

    gi-gio GI.Gio.Structs.InputMessage

    Get the value of the “num_vectors” field. When overloading is enabled, this is equivalent to

    get inputMessage #numVectors
    

  5. setInputMessageNumControlMessages :: MonadIO m => InputMessage -> Word32 -> m ()

    gi-gio GI.Gio.Structs.InputMessage

    Set the value of the “num_control_messages” field. When overloading is enabled, this is equivalent to

    set inputMessage [ #numControlMessages := value ]
    

  6. setInputMessageNumVectors :: MonadIO m => InputMessage -> Word32 -> m ()

    gi-gio GI.Gio.Structs.InputMessage

    Set the value of the “num_vectors” field. When overloading is enabled, this is equivalent to

    set inputMessage [ #numVectors := value ]
    

  7. getOutputMessageNumControlMessages :: MonadIO m => OutputMessage -> m Word32

    gi-gio GI.Gio.Structs.OutputMessage

    Get the value of the “num_control_messages” field. When overloading is enabled, this is equivalent to

    get outputMessage #numControlMessages
    

  8. getOutputMessageNumVectors :: MonadIO m => OutputMessage -> m Word32

    gi-gio GI.Gio.Structs.OutputMessage

    Get the value of the “num_vectors” field. When overloading is enabled, this is equivalent to

    get outputMessage #numVectors
    

  9. setOutputMessageNumControlMessages :: MonadIO m => OutputMessage -> Word32 -> m ()

    gi-gio GI.Gio.Structs.OutputMessage

    Set the value of the “num_control_messages” field. When overloading is enabled, this is equivalent to

    set outputMessage [ #numControlMessages := value ]
    

  10. setOutputMessageNumVectors :: MonadIO m => OutputMessage -> Word32 -> m ()

    gi-gio GI.Gio.Structs.OutputMessage

    Set the value of the “num_vectors” field. When overloading is enabled, this is equivalent to

    set outputMessage [ #numVectors := value ]
    

Page 122 of many | Previous | Next