Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setHookRefCount :: MonadIO m => Hook -> Word32 -> m ()gi-glib GI.GLib.Structs.Hook Set the value of the “ref_count” field. When overloading is enabled, this is equivalent to
set hook [ #refCount := value ]
setHookListDummy3 :: MonadIO m => HookList -> Ptr () -> m ()gi-glib GI.GLib.Structs.HookList Set the value of the “dummy3” field. When overloading is enabled, this is equivalent to
set hookList [ #dummy3 := value ]
setHookListFinalizeHook :: MonadIO m => HookList -> FunPtr C_HookFinalizeFunc -> m ()gi-glib GI.GLib.Structs.HookList Set the value of the “finalize_hook” field. When overloading is enabled, this is equivalent to
set hookList [ #finalizeHook := value ]
setHookListHookSize :: MonadIO m => HookList -> Word32 -> m ()gi-glib GI.GLib.Structs.HookList Set the value of the “hook_size” field. When overloading is enabled, this is equivalent to
set hookList [ #hookSize := value ]
setHookListHooks :: MonadIO m => HookList -> Ptr Hook -> m ()gi-glib GI.GLib.Structs.HookList Set the value of the “hooks” field. When overloading is enabled, this is equivalent to
set hookList [ #hooks := value ]
setHookListIsSetup :: MonadIO m => HookList -> Word32 -> m ()gi-glib GI.GLib.Structs.HookList Set the value of the “is_setup” field. When overloading is enabled, this is equivalent to
set hookList [ #isSetup := value ]
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 ]
setIOFuncsIoClose :: MonadIO m => IOFuncs -> FunPtr C_IOFuncsIoCloseFieldCallback -> m ()gi-glib GI.GLib.Structs.IOFuncs Set the value of the “io_close” field. When overloading is enabled, this is equivalent to
set iOFuncs [ #ioClose := value ]
-
gi-glib GI.GLib.Structs.IOFuncs Set the value of the “io_create_watch” field. When overloading is enabled, this is equivalent to
set iOFuncs [ #ioCreateWatch := value ]
setIOFuncsIoFree :: MonadIO m => IOFuncs -> FunPtr C_IOFuncsIoFreeFieldCallback -> m ()gi-glib GI.GLib.Structs.IOFuncs Set the value of the “io_free” field. When overloading is enabled, this is equivalent to
set iOFuncs [ #ioFree := value ]