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