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