| 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.ParamSpecChar
Contents
Description
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.
Constructors
| ParamSpecChar (ManagedPtr ParamSpecChar) |
Instances
| Eq ParamSpecChar Source # | |
Defined in GI.GObject.Objects.ParamSpecChar Methods (==) :: ParamSpecChar -> ParamSpecChar -> Bool # (/=) :: ParamSpecChar -> ParamSpecChar -> Bool # | |
| BoxedPtr ParamSpecChar Source # | |
Defined in GI.GObject.Objects.ParamSpecChar | |
| ManagedPtrNewtype ParamSpecChar Source # | |
Defined in GI.GObject.Objects.ParamSpecChar Methods toManagedPtr :: ParamSpecChar -> ManagedPtr 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.