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 |
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.
Instances
Eq ParamSpecUChar Source # | |
Defined in GI.GObject.Objects.ParamSpecUChar (==) :: ParamSpecUChar -> ParamSpecUChar -> Bool # (/=) :: ParamSpecUChar -> ParamSpecUChar -> Bool # | |
TypedObject ParamSpecUChar Source # | |
Defined in GI.GObject.Objects.ParamSpecUChar | |
BoxedPtr ParamSpecUChar Source # | |
Defined in GI.GObject.Objects.ParamSpecUChar boxedPtrCopy :: ParamSpecUChar -> IO ParamSpecUChar # boxedPtrFree :: ParamSpecUChar -> IO () # | |
ManagedPtrNewtype 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
.