Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.GObject.Objects.ParamSpecUInt64
Contents
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
- type family ResolveParamSpecUInt64Method (t :: Symbol) o where ...
Exported types
newtype ParamSpecUInt64 Source #
Memory-managed wrapper type.
Constructors
ParamSpecUInt64 (ManagedPtr ParamSpecUInt64) |
Instances
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
.
Methods
Click to display all available methods, including inherited ones
Methods
Getters
getBlurb, getDefaultValue, getName, getNameQuark, getNick, getQdata, getRedirectTarget.
Setters
type family ResolveParamSpecUInt64Method (t :: Symbol) o where ... Source #
Equations
ResolveParamSpecUInt64Method "sink" o = ParamSpecSinkMethodInfo | |
ResolveParamSpecUInt64Method "stealQdata" o = ParamSpecStealQdataMethodInfo | |
ResolveParamSpecUInt64Method "getBlurb" o = ParamSpecGetBlurbMethodInfo | |
ResolveParamSpecUInt64Method "getDefaultValue" o = ParamSpecGetDefaultValueMethodInfo | |
ResolveParamSpecUInt64Method "getName" o = ParamSpecGetNameMethodInfo | |
ResolveParamSpecUInt64Method "getNameQuark" o = ParamSpecGetNameQuarkMethodInfo | |
ResolveParamSpecUInt64Method "getNick" o = ParamSpecGetNickMethodInfo | |
ResolveParamSpecUInt64Method "getQdata" o = ParamSpecGetQdataMethodInfo | |
ResolveParamSpecUInt64Method "getRedirectTarget" o = ParamSpecGetRedirectTargetMethodInfo | |
ResolveParamSpecUInt64Method "setQdata" o = ParamSpecSetQdataMethodInfo | |
ResolveParamSpecUInt64Method l o = MethodResolutionFailed l o :: Type |