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