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. setThreadPoolUserData :: MonadIO m => ThreadPool -> Ptr () -> m ()

    gi-glib GI.GLib.Structs.ThreadPool

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

    set threadPool [ #userData := value ]
    

  2. setTimeValTvSec :: MonadIO m => TimeVal -> CLong -> m ()

    gi-glib GI.GLib.Structs.TimeVal

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

    set timeVal [ #tvSec := value ]
    

  3. setTimeValTvUsec :: MonadIO m => TimeVal -> CLong -> m ()

    gi-glib GI.GLib.Structs.TimeVal

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

    set timeVal [ #tvUsec := value ]
    

  4. setTrashStackNext :: MonadIO m => TrashStack -> Ptr TrashStack -> m ()

    gi-glib GI.GLib.Structs.TrashStack

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

    set trashStack [ #next := value ]
    

  5. setTuplesLen :: MonadIO m => Tuples -> Word32 -> m ()

    gi-glib GI.GLib.Structs.Tuples

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

    set tuples [ #len := value ]
    

  6. setDoubleIEEE754VDouble :: MonadIO m => DoubleIEEE754 -> Double -> m ()

    gi-glib GI.GLib.Unions.DoubleIEEE754

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

    set doubleIEEE754 [ #vDouble := value ]
    

  7. setFloatIEEE754VFloat :: MonadIO m => FloatIEEE754 -> Float -> m ()

    gi-glib GI.GLib.Unions.FloatIEEE754

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

    set floatIEEE754 [ #vFloat := value ]
    

  8. setTokenValueVBinary :: MonadIO m => TokenValue -> CULong -> m ()

    gi-glib GI.GLib.Unions.TokenValue

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

    set tokenValue [ #vBinary := value ]
    

  9. setTokenValueVChar :: MonadIO m => TokenValue -> Word8 -> m ()

    gi-glib GI.GLib.Unions.TokenValue

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

    set tokenValue [ #vChar := value ]
    

  10. setTokenValueVComment :: MonadIO m => TokenValue -> CString -> m ()

    gi-glib GI.GLib.Unions.TokenValue

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

    set tokenValue [ #vComment := value ]
    

Page 242 of many | Previous | Next