gi-dazzle-1.0.2: 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.ListStoreAdapter

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ListStoreAdapter Source #

Memory-managed wrapper type.

Constructors

ListStoreAdapter (ManagedPtr ListStoreAdapter) 

Instances

Instances details
Eq ListStoreAdapter Source # 
Instance details

Defined in GI.Dazzle.Objects.ListStoreAdapter

GObject ListStoreAdapter Source # 
Instance details

Defined in GI.Dazzle.Objects.ListStoreAdapter

ManagedPtrNewtype ListStoreAdapter Source # 
Instance details

Defined in GI.Dazzle.Objects.ListStoreAdapter

TypedObject ListStoreAdapter Source # 
Instance details

Defined in GI.Dazzle.Objects.ListStoreAdapter

Methods

glibType :: IO GType

HasParentTypes ListStoreAdapter Source # 
Instance details

Defined in GI.Dazzle.Objects.ListStoreAdapter

IsGValue (Maybe ListStoreAdapter) Source #

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

Instance details

Defined in GI.Dazzle.Objects.ListStoreAdapter

Methods

gvalueGType_ :: IO GType

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

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

type ParentTypes ListStoreAdapter Source # 
Instance details

Defined in GI.Dazzle.Objects.ListStoreAdapter

type ParentTypes ListStoreAdapter = '[Object, TreeModel]

class (GObject o, IsDescendantOf ListStoreAdapter o) => IsListStoreAdapter o Source #

Type class for types which can be safely cast to ListStoreAdapter, for instance with toListStoreAdapter.

Instances

Instances details
(GObject o, IsDescendantOf ListStoreAdapter o) => IsListStoreAdapter o Source # 
Instance details

Defined in GI.Dazzle.Objects.ListStoreAdapter

toListStoreAdapter :: (MonadIO m, IsListStoreAdapter o) => o -> m ListStoreAdapter Source #

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

Methods

getModel

listStoreAdapterGetModel Source #

Arguments

:: (HasCallStack, MonadIO m, IsListStoreAdapter a) 
=> a

self: A ListStoreAdapter

-> m ListModel

Returns: A ListModel

Gets the model being adapted.

Since: 3.26

new

listStoreAdapterNew :: (HasCallStack, MonadIO m, IsListModel a) => a -> m ListStoreAdapter Source #

No description available in the introspection data.

setModel

listStoreAdapterSetModel :: (HasCallStack, MonadIO m, IsListStoreAdapter a, IsListModel b) => a -> b -> m () Source #

No description available in the introspection data.

Properties

model

No description available in the introspection data.

constructListStoreAdapterModel :: (IsListStoreAdapter o, MonadIO m, IsListModel a) => a -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “model” property. This is rarely needed directly, but it is used by new.

getListStoreAdapterModel :: (MonadIO m, IsListStoreAdapter o) => o -> m ListModel Source #

Get the value of the “model” property. When overloading is enabled, this is equivalent to

get listStoreAdapter #model

setListStoreAdapterModel :: (MonadIO m, IsListStoreAdapter o, IsListModel a) => o -> a -> m () Source #

Set the value of the “model” property. When overloading is enabled, this is equivalent to

set listStoreAdapter [ #model := value ]