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