• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within Stackage Nightly 2025-09-26 (ghc-9.12.2)

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

  1. setter :: CIntPropertyInfo o -> o -> CInt -> IO ()

    haskell-gi-base Data.GI.Base.GParamSpec

    Handler invoked when the property is being set.

  2. setter :: GBooleanPropertyInfo o -> o -> Bool -> IO ()

    haskell-gi-base Data.GI.Base.GParamSpec

    No documentation available.

  3. set_boxed :: Ptr GValue -> Ptr a -> IO ()

    haskell-gi-base Data.GI.Base.GValue

    No documentation available.

  4. set_enum :: Ptr GValue -> CUInt -> IO ()

    haskell-gi-base Data.GI.Base.GValue

    No documentation available.

  5. set_flags :: Ptr GValue -> CUInt -> IO ()

    haskell-gi-base Data.GI.Base.GValue

    No documentation available.

  6. set_hvalue :: Typeable a => Ptr GValue -> HValue a -> IO ()

    haskell-gi-base Data.GI.Base.GValue

    Set the GValue to the given Haskell value.

  7. set_object :: GObject a => Ptr GValue -> Ptr a -> IO ()

    haskell-gi-base Data.GI.Base.GValue

    No documentation available.

  8. set_param :: Ptr GValue -> Maybe GParamSpec -> IO ()

    haskell-gi-base Data.GI.Base.GValue

    Set the value of GValue containing a GParamSpec

  9. set_stablePtr :: Ptr GValue -> StablePtr a -> IO ()

    haskell-gi-base Data.GI.Base.GValue

    Set the value of GValue containing a StablePtr

  10. set_variant :: Ptr GValue -> Ptr GVariant -> IO ()

    haskell-gi-base Data.GI.Base.GValue

    No documentation available.

Page 32 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete