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.
gvalueSet_ :: IsGValue a => Ptr GValue -> a -> IO ()haskell-gi-base Data.GI.Base No documentation available.
-
haskell-gi-base Data.GI.Base.Attributes It is possible to write the value of the attribute with set.
-
haskell-gi-base Data.GI.Base.Attributes Constraint on a obj/attr pair so that set works on values of type value.
type
AttrSetTypeConstraint info = Type ~ AttrGetType infohaskell-gi-base Data.GI.Base.Attributes No documentation available.
-
haskell-gi-base Data.GI.Base.Attributes Set the value of the given attribute, after the object having the attribute has already been created.
gobjectSetPrivateData :: (HasCallStack, DerivedGObject o) => o -> GObjectPrivateData o -> IO ()haskell-gi-base Data.GI.Base.GObject Set the private data associated with the given object.
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.
-
haskell-gi-base Data.GI.Base.GParamSpec Low-level getter and setter for the property.
PropGetSetter :: (Ptr o -> Ptr GValue -> IO ()) -> (Ptr o -> Ptr GValue -> IO ()) -> PropGetSetter ohaskell-gi-base Data.GI.Base.GParamSpec No documentation available.
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.