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.

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

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

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

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

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

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

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

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

  9. setIOFuncsIoCreateWatch :: MonadIO m => IOFuncs -> FunPtr C_IOFuncsIoCreateWatchFieldCallback -> m ()

    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 ]
    

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

Page 231 of many | Previous | Next