Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
A ParamSpec
derived structure that contains the meta data for 64bit integer properties.
Synopsis
- newtype ParamSpecInt64 = ParamSpecInt64 (ManagedPtr ParamSpecInt64)
- class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecInt64 o) => IsParamSpecInt64 o
- toParamSpecInt64 :: (MonadIO m, IsParamSpecInt64 o) => o -> m ParamSpecInt64
Exported types
newtype ParamSpecInt64 Source #
Memory-managed wrapper type.
Instances
Eq ParamSpecInt64 Source # | |
Defined in GI.GObject.Objects.ParamSpecInt64 (==) :: ParamSpecInt64 -> ParamSpecInt64 -> Bool # (/=) :: ParamSpecInt64 -> ParamSpecInt64 -> Bool # | |
BoxedPtr ParamSpecInt64 Source # | |
Defined in GI.GObject.Objects.ParamSpecInt64 boxedPtrCopy :: ParamSpecInt64 -> IO ParamSpecInt64 # boxedPtrFree :: ParamSpecInt64 -> IO () # | |
ManagedPtrNewtype ParamSpecInt64 Source # | |
Defined in GI.GObject.Objects.ParamSpecInt64 | |
TypedObject ParamSpecInt64 Source # | |
Defined in GI.GObject.Objects.ParamSpecInt64 | |
HasParentTypes ParamSpecInt64 Source # | |
Defined in GI.GObject.Objects.ParamSpecInt64 | |
type ParentTypes ParamSpecInt64 Source # | |
Defined in GI.GObject.Objects.ParamSpecInt64 |
class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecInt64 o) => IsParamSpecInt64 o Source #
Type class for types which can be safely cast to ParamSpecInt64
, for instance with toParamSpecInt64
.
Instances
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecInt64 o) => IsParamSpecInt64 o Source # | |
Defined in GI.GObject.Objects.ParamSpecInt64 |
toParamSpecInt64 :: (MonadIO m, IsParamSpecInt64 o) => o -> m ParamSpecInt64 Source #
Cast to ParamSpecInt64
, 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.