| 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 |
GI.GObject.Objects.ParamSpecDouble
Description
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.
Constructors
| ParamSpecDouble (ManagedPtr ParamSpecDouble) |
Instances
| Eq ParamSpecDouble Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble Methods (==) :: ParamSpecDouble -> ParamSpecDouble -> Bool # (/=) :: ParamSpecDouble -> ParamSpecDouble -> Bool # | |
| TypedObject ParamSpecDouble Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble | |
| BoxedPtr ParamSpecDouble Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble Methods boxedPtrCopy :: ParamSpecDouble -> IO ParamSpecDouble # boxedPtrFree :: ParamSpecDouble -> IO () # | |
| ManagedPtrNewtype ParamSpecDouble Source # | |
Defined in GI.GObject.Objects.ParamSpecDouble Methods toManagedPtr :: ParamSpecDouble -> ManagedPtr 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.