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. type family AttrBaseTypeConstraint info :: Type -> Constraint

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

    Constraint on the type for which we are allowed to create/set/get the attribute.

  2. AttrSet :: AttrOpTag

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

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

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

    No documentation available.

  5. type family AttrSetTypeConstraint info :: Type -> Constraint

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

    Constraint on the value being set.

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

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

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

  7. PropertySet :: forall info1 (propName :: Symbol) object b (pl :: Symbol) . (info1 ~ ResolveAttribute propName object, AttrInfo info1, AttrBaseTypeConstraint info1 object, b ~ AttrGetType info1, pl ~ AttrLabel info1, KnownSymbol pl) => AttrLabelProxy propName -> SignalProxy object (GObjectPropertySetSignalInfo b)

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

    A signal connector for the notify signal on the given property, similar to PropertyNotify, but it passes the new value of the property to the callback for convenience.

  8. GIRSetAttr :: (GIRPath, Name) -> Text -> GIRRule

    haskell-gi Data.GI.CodeGen.API

    (Path to element, attrName), newValue.

  9. fieldOffset :: Field -> Int

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  10. objSetValueFunc :: Object -> Maybe Text

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

Page 88 of many | Previous | Next