| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.GObject.Objects.ParamSpecBoxed
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 # | |
| TypedObject ParamSpecBoxed Source # | |
Defined in GI.GObject.Objects.ParamSpecBoxed | |
| BoxedPtr ParamSpecBoxed Source # | |
Defined in GI.GObject.Objects.ParamSpecBoxed Methods boxedPtrCopy :: ParamSpecBoxed -> IO ParamSpecBoxed # boxedPtrFree :: ParamSpecBoxed -> IO () # | |
| ManagedPtrNewtype ParamSpecBoxed Source # | |
Defined in GI.GObject.Objects.ParamSpecBoxed Methods toManagedPtr :: ParamSpecBoxed -> ManagedPtr 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.