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.
getHookListSeqId :: MonadIO m => HookList -> m CULonggi-glib GI.GLib.Structs.HookList Get the value of the “seq_id” field. When overloading is enabled, this is equivalent to
get hookList #seqId
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 ]
pathBufEqual :: (HasCallStack, MonadIO m) => Ptr () -> Ptr () -> m Boolgi-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
patternSpecEqual :: (HasCallStack, MonadIO m) => PatternSpec -> PatternSpec -> m Boolgi-glib GI.GLib.Structs.PatternSpec Compares two compiled pattern specs and returns whether they will match the same set of strings.
module GI.GLib.Structs.
Sequence The Sequence struct is an opaque data type representing a [sequence][glib-Sequences] data type.
-
gi-glib GI.GLib.Structs.Sequence Memory-managed wrapper type.
Sequence :: ManagedPtr Sequence -> Sequencegi-glib GI.GLib.Structs.Sequence No documentation available.
sequenceAppend :: (HasCallStack, MonadIO m) => Sequence -> Ptr () -> m SequenceItergi-glib GI.GLib.Structs.Sequence Adds a new item to the end of seq. Since: 2.14
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
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