Hoogle Search

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

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

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

    haskell-gi-base Data.GI.Base

    No documentation available.

  2. AttrSet :: AttrOpTag

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

    It is possible to write the value of the attribute with set.

  3. type AttrSetC info obj (attr :: Symbol) value = (HasAttributeList obj, info ~ ResolveAttribute attr obj, AttrInfo info, AttrBaseTypeConstraint info obj, AttrOpAllowed 'AttrSet info obj, AttrSetTypeConstraint info value)

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

    Constraint on a obj/attr pair so that set works on values of type value.

  4. type AttrSetTypeConstraint info = Type ~ AttrGetType info

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

    No documentation available.

  5. attrSet :: (AttrInfo info, AttrBaseTypeConstraint info o, AttrSetTypeConstraint info b) => o -> b -> IO ()

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

    Set the value of the given attribute, after the object having the attribute has already been created.

  6. gobjectSetPrivateData :: (HasCallStack, DerivedGObject o) => o -> GObjectPrivateData o -> IO ()

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

    Set the private data associated with the given object.

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

  8. data PropGetSetter o

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

    Low-level getter and setter for the property.

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

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

    No documentation available.

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

Page 86 of many | Previous | Next