| 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.ParamSpecULong
Contents
Description
A ParamSpec derived structure that contains the meta data for unsigned long integer properties.
Synopsis
- newtype ParamSpecULong = ParamSpecULong (ManagedPtr ParamSpecULong)
- class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecULong o) => IsParamSpecULong o
- toParamSpecULong :: (MonadIO m, IsParamSpecULong o) => o -> m ParamSpecULong
Exported types
newtype ParamSpecULong Source #
Memory-managed wrapper type.
Constructors
| ParamSpecULong (ManagedPtr ParamSpecULong) |
Instances
| Eq ParamSpecULong Source # | |
Defined in GI.GObject.Objects.ParamSpecULong Methods (==) :: ParamSpecULong -> ParamSpecULong -> Bool # (/=) :: ParamSpecULong -> ParamSpecULong -> Bool # | |
| BoxedPtr ParamSpecULong Source # | |
Defined in GI.GObject.Objects.ParamSpecULong | |
| ManagedPtrNewtype ParamSpecULong Source # | |
Defined in GI.GObject.Objects.ParamSpecULong Methods toManagedPtr :: ParamSpecULong -> ManagedPtr ParamSpecULong | |
| TypedObject ParamSpecULong Source # | |
Defined in GI.GObject.Objects.ParamSpecULong | |
| HasParentTypes ParamSpecULong Source # | |
Defined in GI.GObject.Objects.ParamSpecULong | |
| type ParentTypes ParamSpecULong Source # | |
Defined in GI.GObject.Objects.ParamSpecULong | |
class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecULong o) => IsParamSpecULong o Source #
Type class for types which can be safely cast to ParamSpecULong, for instance with toParamSpecULong.
Instances
| (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecULong o) => IsParamSpecULong o Source # | |
Defined in GI.GObject.Objects.ParamSpecULong | |
toParamSpecULong :: (MonadIO m, IsParamSpecULong o) => o -> m ParamSpecULong Source #
Cast to ParamSpecULong, 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.