| 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.ParamSpecLong
Description
A ParamSpec derived structure that contains the meta data for long integer properties.
Synopsis
- newtype ParamSpecLong = ParamSpecLong (ManagedPtr ParamSpecLong)
- class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecLong o) => IsParamSpecLong o
- toParamSpecLong :: (MonadIO m, IsParamSpecLong o) => o -> m ParamSpecLong
Exported types
newtype ParamSpecLong Source #
Memory-managed wrapper type.
Constructors
| ParamSpecLong (ManagedPtr ParamSpecLong) |
Instances
| Eq ParamSpecLong Source # | |
Defined in GI.GObject.Objects.ParamSpecLong Methods (==) :: ParamSpecLong -> ParamSpecLong -> Bool # (/=) :: ParamSpecLong -> ParamSpecLong -> Bool # | |
| TypedObject ParamSpecLong Source # | |
Defined in GI.GObject.Objects.ParamSpecLong | |
| BoxedPtr ParamSpecLong Source # | |
Defined in GI.GObject.Objects.ParamSpecLong | |
| ManagedPtrNewtype ParamSpecLong Source # | |
Defined in GI.GObject.Objects.ParamSpecLong Methods | |
| HasParentTypes ParamSpecLong Source # | |
Defined in GI.GObject.Objects.ParamSpecLong | |
| type ParentTypes ParamSpecLong Source # | |
Defined in GI.GObject.Objects.ParamSpecLong | |
class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecLong o) => IsParamSpecLong o Source #
Type class for types which can be safely cast to ParamSpecLong, for instance with toParamSpecLong.
Instances
| (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecLong o) => IsParamSpecLong o Source # | |
Defined in GI.GObject.Objects.ParamSpecLong | |
toParamSpecLong :: (MonadIO m, IsParamSpecLong o) => o -> m ParamSpecLong Source #
Cast to ParamSpecLong, for types for which this is known to be safe. For general casts, use castTo.