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 integer properties.
Synopsis
- newtype ParamSpecInt = ParamSpecInt (ManagedPtr ParamSpecInt)
- class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecInt o) => IsParamSpecInt o
- toParamSpecInt :: (MonadIO m, IsParamSpecInt o) => o -> m ParamSpecInt
Exported types
newtype ParamSpecInt Source #
Memory-managed wrapper type.
Instances
Eq ParamSpecInt Source # | |
Defined in GI.GObject.Objects.ParamSpecInt (==) :: ParamSpecInt -> ParamSpecInt -> Bool # (/=) :: ParamSpecInt -> ParamSpecInt -> Bool # | |
BoxedPtr ParamSpecInt Source # | |
Defined in GI.GObject.Objects.ParamSpecInt boxedPtrCopy :: ParamSpecInt -> IO ParamSpecInt # boxedPtrFree :: ParamSpecInt -> IO () # | |
ManagedPtrNewtype ParamSpecInt Source # | |
Defined in GI.GObject.Objects.ParamSpecInt | |
TypedObject ParamSpecInt Source # | |
Defined in GI.GObject.Objects.ParamSpecInt | |
HasParentTypes ParamSpecInt Source # | |
Defined in GI.GObject.Objects.ParamSpecInt | |
type ParentTypes ParamSpecInt Source # | |
Defined in GI.GObject.Objects.ParamSpecInt |
class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecInt o) => IsParamSpecInt o Source #
Type class for types which can be safely cast to ParamSpecInt
, for instance with toParamSpecInt
.
Instances
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecInt o) => IsParamSpecInt o Source # | |
Defined in GI.GObject.Objects.ParamSpecInt |
toParamSpecInt :: (MonadIO m, IsParamSpecInt o) => o -> m ParamSpecInt Source #
Cast to ParamSpecInt
, 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.