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

Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    Set the GValue to the given Haskell value.

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

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

    No documentation available.

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

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

    Set the value of GValue containing a GParamSpec

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

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

    Set the value of GValue containing a StablePtr

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

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

    No documentation available.

  9. setObjectPropertyBool :: GObject a => a -> String -> Bool -> IO ()

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

    No documentation available.

  10. setObjectPropertyBoxed :: (GObject a, GBoxed b) => a -> String -> Maybe b -> IO ()

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

    No documentation available.

Page 31 of many | Previous | Next

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