Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
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 # | |
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 | |
TypedObject 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
.
Methods
Click to display all available methods, including inherited ones
Methods
Getters
getBlurb, getDefaultValue, getName, getNameQuark, getNick, getQdata, getRedirectTarget.