| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.GObject.Objects.ParamSpecLong
Contents
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 # | |
| BoxedPtr ParamSpecLong Source # | |
Defined in GI.GObject.Objects.ParamSpecLong | |
| ManagedPtrNewtype ParamSpecLong Source # | |
Defined in GI.GObject.Objects.ParamSpecLong Methods toManagedPtr :: ParamSpecLong -> ManagedPtr ParamSpecLong | |
| TypedObject ParamSpecLong Source # | |
Defined in GI.GObject.Objects.ParamSpecLong | |
| 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.
Methods
Click to display all available methods, including inherited ones
Methods
Getters
getBlurb, getDefaultValue, getName, getNameQuark, getNick, getQdata, getRedirectTarget.