gi-dazzle-1.0.1: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Objects.CpuModel

Description

No description available in the introspection data.

Synopsis

Exported types

newtype CpuModel Source #

Memory-managed wrapper type.

Constructors

CpuModel (ManagedPtr CpuModel) 

Instances

Instances details
Eq CpuModel Source # 
Instance details

Defined in GI.Dazzle.Objects.CpuModel

GObject CpuModel Source # 
Instance details

Defined in GI.Dazzle.Objects.CpuModel

ManagedPtrNewtype CpuModel Source # 
Instance details

Defined in GI.Dazzle.Objects.CpuModel

Methods

toManagedPtr :: CpuModel -> ManagedPtr CpuModel

TypedObject CpuModel Source # 
Instance details

Defined in GI.Dazzle.Objects.CpuModel

Methods

glibType :: IO GType

HasParentTypes CpuModel Source # 
Instance details

Defined in GI.Dazzle.Objects.CpuModel

IsGValue (Maybe CpuModel) Source #

Convert CpuModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Dazzle.Objects.CpuModel

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe CpuModel -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe CpuModel)

type ParentTypes CpuModel Source # 
Instance details

Defined in GI.Dazzle.Objects.CpuModel

type ParentTypes CpuModel = '[GraphModel, Object]

class (GObject o, IsDescendantOf CpuModel o) => IsCpuModel o Source #

Type class for types which can be safely cast to CpuModel, for instance with toCpuModel.

Instances

Instances details
(GObject o, IsDescendantOf CpuModel o) => IsCpuModel o Source # 
Instance details

Defined in GI.Dazzle.Objects.CpuModel

toCpuModel :: (MonadIO m, IsCpuModel o) => o -> m CpuModel Source #

Cast to CpuModel, for types for which this is known to be safe. For general casts, use castTo.

Methods

new

cpuModelNew :: (HasCallStack, MonadIO m) => m CpuModel Source #

No description available in the introspection data.