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 |
A ParamSpec
derived structure that contains the meta data for unsigned integer properties.
Synopsis
- newtype ParamSpecUInt = ParamSpecUInt (ManagedPtr ParamSpecUInt)
- class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUInt o) => IsParamSpecUInt o
- toParamSpecUInt :: (MonadIO m, IsParamSpecUInt o) => o -> m ParamSpecUInt
Exported types
newtype ParamSpecUInt Source #
Memory-managed wrapper type.
Instances
Eq ParamSpecUInt Source # | |
Defined in GI.GObject.Objects.ParamSpecUInt (==) :: ParamSpecUInt -> ParamSpecUInt -> Bool # (/=) :: ParamSpecUInt -> ParamSpecUInt -> Bool # | |
TypedObject ParamSpecUInt Source # | |
Defined in GI.GObject.Objects.ParamSpecUInt | |
BoxedPtr ParamSpecUInt Source # | |
Defined in GI.GObject.Objects.ParamSpecUInt boxedPtrCopy :: ParamSpecUInt -> IO ParamSpecUInt # boxedPtrFree :: ParamSpecUInt -> IO () # | |
ManagedPtrNewtype ParamSpecUInt Source # | |
Defined in GI.GObject.Objects.ParamSpecUInt | |
HasParentTypes ParamSpecUInt Source # | |
Defined in GI.GObject.Objects.ParamSpecUInt | |
type ParentTypes ParamSpecUInt Source # | |
Defined in GI.GObject.Objects.ParamSpecUInt |
class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUInt o) => IsParamSpecUInt o Source #
Type class for types which can be safely cast to ParamSpecUInt
, for instance with toParamSpecUInt
.
Instances
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUInt o) => IsParamSpecUInt o Source # | |
Defined in GI.GObject.Objects.ParamSpecUInt |
toParamSpecUInt :: (MonadIO m, IsParamSpecUInt o) => o -> m ParamSpecUInt Source #
Cast to ParamSpecUInt
, for types for which this is known to be safe. For general casts, use castTo
.