Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
A ParamSpec
derived structure that contains the meta data for double properties.
Synopsis
- newtype ParamSpecDouble = ParamSpecDouble (ManagedPtr ParamSpecDouble)
- class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecDouble o) => IsParamSpecDouble o
- toParamSpecDouble :: (MonadIO m, IsParamSpecDouble o) => o -> m ParamSpecDouble
Exported types
newtype ParamSpecDouble Source #
Memory-managed wrapper type.
Instances
Eq ParamSpecDouble Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble (==) :: ParamSpecDouble -> ParamSpecDouble -> Bool # (/=) :: ParamSpecDouble -> ParamSpecDouble -> Bool # | |
TypedObject ParamSpecDouble Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble | |
BoxedPtr ParamSpecDouble Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble boxedPtrCopy :: ParamSpecDouble -> IO ParamSpecDouble # boxedPtrFree :: ParamSpecDouble -> IO () # | |
ManagedPtrNewtype ParamSpecDouble Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble | |
HasParentTypes ParamSpecDouble Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble | |
type ParentTypes ParamSpecDouble Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble |
class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecDouble o) => IsParamSpecDouble o Source #
Type class for types which can be safely cast to ParamSpecDouble
, for instance with toParamSpecDouble
.
Instances
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecDouble o) => IsParamSpecDouble o Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble |
toParamSpecDouble :: (MonadIO m, IsParamSpecDouble o) => o -> m ParamSpecDouble Source #
Cast to ParamSpecDouble
, for types for which this is known to be safe. For general casts, use castTo
.