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