| 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.ParamSpecBoolean
Contents
Description
A ParamSpec derived structure that contains the meta data for boolean properties.
Synopsis
- newtype ParamSpecBoolean = ParamSpecBoolean (ManagedPtr ParamSpecBoolean)
- class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecBoolean o) => IsParamSpecBoolean o
- toParamSpecBoolean :: (MonadIO m, IsParamSpecBoolean o) => o -> m ParamSpecBoolean
Exported types
newtype ParamSpecBoolean Source #
Memory-managed wrapper type.
Constructors
| ParamSpecBoolean (ManagedPtr ParamSpecBoolean) |
Instances
| Eq ParamSpecBoolean Source # | |
Defined in GI.GObject.Objects.ParamSpecBoolean Methods (==) :: ParamSpecBoolean -> ParamSpecBoolean -> Bool # (/=) :: ParamSpecBoolean -> ParamSpecBoolean -> Bool # | |
| BoxedPtr ParamSpecBoolean Source # | |
Defined in GI.GObject.Objects.ParamSpecBoolean Methods boxedPtrCopy :: ParamSpecBoolean -> IO ParamSpecBoolean boxedPtrFree :: ParamSpecBoolean -> IO () | |
| ManagedPtrNewtype ParamSpecBoolean Source # | |
Defined in GI.GObject.Objects.ParamSpecBoolean Methods toManagedPtr :: ParamSpecBoolean -> ManagedPtr ParamSpecBoolean | |
| TypedObject ParamSpecBoolean Source # | |
Defined in GI.GObject.Objects.ParamSpecBoolean | |
| HasParentTypes ParamSpecBoolean Source # | |
Defined in GI.GObject.Objects.ParamSpecBoolean | |
| type ParentTypes ParamSpecBoolean Source # | |
Defined in GI.GObject.Objects.ParamSpecBoolean | |
class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecBoolean o) => IsParamSpecBoolean o Source #
Type class for types which can be safely cast to ParamSpecBoolean, for instance with toParamSpecBoolean.
Instances
| (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecBoolean o) => IsParamSpecBoolean o Source # | |
Defined in GI.GObject.Objects.ParamSpecBoolean | |
toParamSpecBoolean :: (MonadIO m, IsParamSpecBoolean o) => o -> m ParamSpecBoolean Source #
Cast to ParamSpecBoolean, 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.