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