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