Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. getHookListSeqId :: MonadIO m => HookList -> m CULong

    gi-glib GI.GLib.Structs.HookList

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

    get hookList #seqId
    

  2. setHookListSeqId :: MonadIO m => HookList -> CULong -> m ()

    gi-glib GI.GLib.Structs.HookList

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

    set hookList [ #seqId := value ]
    

  3. pathBufEqual :: (HasCallStack, MonadIO m) => Ptr () -> Ptr () -> m Bool

    gi-glib GI.GLib.Structs.PathBuf

    Compares two path buffers for equality and returns TRUE if they are equal. The path inside the paths buffers are not going to be normalized, so X/Y/Z/A/.., X/./Y/Z and X/Y/Z are not going to be considered equal. This function can be passed to g_hash_table_new() as the key_equal_func parameter. Since: 2.76

  4. patternSpecEqual :: (HasCallStack, MonadIO m) => PatternSpec -> PatternSpec -> m Bool

    gi-glib GI.GLib.Structs.PatternSpec

    Compares two compiled pattern specs and returns whether they will match the same set of strings.

  5. module GI.GLib.Structs.Sequence

    The Sequence struct is an opaque data type representing a [sequence][glib-Sequences] data type.

  6. newtype Sequence

    gi-glib GI.GLib.Structs.Sequence

    Memory-managed wrapper type.

  7. Sequence :: ManagedPtr Sequence -> Sequence

    gi-glib GI.GLib.Structs.Sequence

    No documentation available.

  8. sequenceAppend :: (HasCallStack, MonadIO m) => Sequence -> Ptr () -> m SequenceIter

    gi-glib GI.GLib.Structs.Sequence

    Adds a new item to the end of seq. Since: 2.14

  9. sequenceForeach :: (HasCallStack, MonadIO m) => Sequence -> Func -> m ()

    gi-glib GI.GLib.Structs.Sequence

    Calls func for each item in the sequence passing userData to the function. func must not modify the sequence itself. Since: 2.14

  10. sequenceForeachRange :: (HasCallStack, MonadIO m) => SequenceIter -> SequenceIter -> Func -> m ()

    gi-glib GI.GLib.Structs.Sequence

    Calls func for each item in the range (begin, end) passing userData to the function. func must not modify the sequence itself. Since: 2.14

Page 260 of many | Previous | Next