| 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.ParamSpecULong
Description
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.
Constructors
| ParamSpecULong (ManagedPtr ParamSpecULong) |
Instances
| Eq ParamSpecULong Source # | |
Defined in GI.GObject.Objects.ParamSpecULong Methods (==) :: ParamSpecULong -> ParamSpecULong -> Bool # (/=) :: ParamSpecULong -> ParamSpecULong -> Bool # | |
| TypedObject ParamSpecULong Source # | |
Defined in GI.GObject.Objects.ParamSpecULong | |
| BoxedPtr ParamSpecULong Source # | |
Defined in GI.GObject.Objects.ParamSpecULong Methods boxedPtrCopy :: ParamSpecULong -> IO ParamSpecULong # boxedPtrFree :: ParamSpecULong -> IO () # | |
| ManagedPtrNewtype ParamSpecULong Source # | |
Defined in GI.GObject.Objects.ParamSpecULong Methods toManagedPtr :: ParamSpecULong -> ManagedPtr 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.