Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. getDBusSubtreeVTableEnumerate :: MonadIO m => DBusSubtreeVTable -> m (Maybe DBusSubtreeEnumerateFunc_WithClosures)

    gi-gio GI.Gio.Structs.DBusSubtreeVTable

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

    get dBusSubtreeVTable #enumerate
    

  2. setDBusSubtreeVTableEnumerate :: MonadIO m => DBusSubtreeVTable -> FunPtr C_DBusSubtreeEnumerateFunc -> m ()

    gi-gio GI.Gio.Structs.DBusSubtreeVTable

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

    set dBusSubtreeVTable [ #enumerate := value ]
    

  3. 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.

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

    gi-gio GI.Gio.Structs.FileAttributeMatcher

    Gets the next matched attribute from a FileAttributeMatcher.

  5. 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
    

  6. 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
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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
    

  10. 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
    

Page 122 of many | Previous | Next