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