| 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.ParamSpecUChar
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 # | |
| TypedObject ParamSpecUChar Source # | |
Defined in GI.GObject.Objects.ParamSpecUChar | |
| BoxedPtr ParamSpecUChar Source # | |
Defined in GI.GObject.Objects.ParamSpecUChar Methods boxedPtrCopy :: ParamSpecUChar -> IO ParamSpecUChar # boxedPtrFree :: ParamSpecUChar -> IO () # | |
| ManagedPtrNewtype ParamSpecUChar Source # | |
Defined in GI.GObject.Objects.ParamSpecUChar Methods toManagedPtr :: ParamSpecUChar -> ManagedPtr 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.