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