Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

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

  1. gobjectSetUserData :: (HasCallStack, GObject o) => o -> GQuark a -> a -> IO ()

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

    Set the value of the user data for the given GObject to a StablePtr to the given Haskell object. The StablePtr will be freed when the object is destroyed, or the value is replaced.

  2. data PropGetSetter o

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

    Low-level getter and setter for the property.

  3. PropGetSetter :: (Ptr o -> Ptr GValue -> IO ()) -> (Ptr o -> Ptr GValue -> IO ()) -> PropGetSetter o

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

    No documentation available.

  4. getGParamSpecGetterSetter :: Ptr GParamSpec -> IO (Maybe (PropGetSetter o))

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

    Attempt to get the Haskell setter and getter for the given GParamSpec. This will only be possible if the GParamSpec was created with one of the functions above, if this is not the case the function will return Nothing.

  5. propSetter :: PropGetSetter o -> Ptr o -> Ptr GValue -> IO ()

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

    No documentation available.

  6. gvalueSet_ :: IsGValue a => Ptr GValue -> a -> IO ()

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

    No documentation available.

  7. unsetGValue :: Ptr GValue -> IO ()

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

    Unset the GValue, freeing all resources associated to it.

  8. gerror_code_offset :: Int

    haskell-gi-base Data.GI.Base.Internal.CTypes

    The offset in bytes inside a GError of its code field.

  9. gerror_domain_offset :: Int

    haskell-gi-base Data.GI.Base.Internal.CTypes

    The offset in bytes inside a GError of its domain field.

  10. gerror_message_offset :: Int

    haskell-gi-base Data.GI.Base.Internal.CTypes

    The offset in bytes inside a GError of its emssage field.

Page 87 of many | Previous | Next