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 character properties.
Synopsis
- newtype ParamSpecChar = ParamSpecChar (ManagedPtr ParamSpecChar)
- class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecChar o) => IsParamSpecChar o
- toParamSpecChar :: (MonadIO m, IsParamSpecChar o) => o -> m ParamSpecChar
Exported types
newtype ParamSpecChar Source #
Memory-managed wrapper type.
Instances
Eq ParamSpecChar Source # | |
Defined in GI.GObject.Objects.ParamSpecChar (==) :: ParamSpecChar -> ParamSpecChar -> Bool # (/=) :: ParamSpecChar -> ParamSpecChar -> Bool # | |
TypedObject ParamSpecChar Source # | |
Defined in GI.GObject.Objects.ParamSpecChar | |
BoxedPtr ParamSpecChar Source # | |
Defined in GI.GObject.Objects.ParamSpecChar boxedPtrCopy :: ParamSpecChar -> IO ParamSpecChar # boxedPtrFree :: ParamSpecChar -> IO () # | |
ManagedPtrNewtype ParamSpecChar Source # | |
Defined in GI.GObject.Objects.ParamSpecChar | |
HasParentTypes ParamSpecChar Source # | |
Defined in GI.GObject.Objects.ParamSpecChar | |
type ParentTypes ParamSpecChar Source # | |
Defined in GI.GObject.Objects.ParamSpecChar |
class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecChar o) => IsParamSpecChar o Source #
Type class for types which can be safely cast to ParamSpecChar
, for instance with toParamSpecChar
.
Instances
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecChar o) => IsParamSpecChar o Source # | |
Defined in GI.GObject.Objects.ParamSpecChar |
toParamSpecChar :: (MonadIO m, IsParamSpecChar o) => o -> m ParamSpecChar Source #
Cast to ParamSpecChar
, for types for which this is known to be safe. For general casts, use castTo
.