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