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.
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.
propSetter :: PropGetSetter o -> Ptr o -> Ptr GValue -> IO ()haskell-gi-base Data.GI.Base.GParamSpec No documentation available.
gvalueSet_ :: IsGValue a => Ptr GValue -> a -> IO ()haskell-gi-base Data.GI.Base.GValue No documentation available.
unsetGValue :: Ptr GValue -> IO ()haskell-gi-base Data.GI.Base.GValue Unset the GValue, freeing all resources associated to it.
-
haskell-gi-base Data.GI.Base.Internal.CTypes The offset in bytes inside a GError of its code field.
-
haskell-gi-base Data.GI.Base.Internal.CTypes The offset in bytes inside a GError of its domain field.
-
haskell-gi-base Data.GI.Base.Internal.CTypes The offset in bytes inside a GError of its emssage field.