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.ParamSpecUChar
Contents
Description
A ParamSpec
derived structure that contains the meta data for unsigned character properties.
Synopsis
- newtype ParamSpecUChar = ParamSpecUChar (ManagedPtr ParamSpecUChar)
- class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUChar o) => IsParamSpecUChar o
- toParamSpecUChar :: (MonadIO m, IsParamSpecUChar o) => o -> m ParamSpecUChar
- type family ResolveParamSpecUCharMethod (t :: Symbol) o where ...
Exported types
newtype ParamSpecUChar Source #
Memory-managed wrapper type.
Constructors
ParamSpecUChar (ManagedPtr ParamSpecUChar) |
Instances
class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUChar o) => IsParamSpecUChar o Source #
Type class for types which can be safely cast to ParamSpecUChar
, for instance with toParamSpecUChar
.
Instances
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUChar o) => IsParamSpecUChar o Source # | |
Defined in GI.GObject.Objects.ParamSpecUChar |
toParamSpecUChar :: (MonadIO m, IsParamSpecUChar o) => o -> m ParamSpecUChar Source #
Cast to ParamSpecUChar
, 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 ResolveParamSpecUCharMethod (t :: Symbol) o where ... Source #
Equations
ResolveParamSpecUCharMethod "sink" o = ParamSpecSinkMethodInfo | |
ResolveParamSpecUCharMethod "stealQdata" o = ParamSpecStealQdataMethodInfo | |
ResolveParamSpecUCharMethod "getBlurb" o = ParamSpecGetBlurbMethodInfo | |
ResolveParamSpecUCharMethod "getDefaultValue" o = ParamSpecGetDefaultValueMethodInfo | |
ResolveParamSpecUCharMethod "getName" o = ParamSpecGetNameMethodInfo | |
ResolveParamSpecUCharMethod "getNameQuark" o = ParamSpecGetNameQuarkMethodInfo | |
ResolveParamSpecUCharMethod "getNick" o = ParamSpecGetNickMethodInfo | |
ResolveParamSpecUCharMethod "getQdata" o = ParamSpecGetQdataMethodInfo | |
ResolveParamSpecUCharMethod "getRedirectTarget" o = ParamSpecGetRedirectTargetMethodInfo | |
ResolveParamSpecUCharMethod "setQdata" o = ParamSpecSetQdataMethodInfo | |
ResolveParamSpecUCharMethod l o = MethodResolutionFailed l o :: Type |