gi-gio-hs-list-model-0.1.0.1: Haskell implementation of GListModel interface from gi-gio
Safe HaskellNone
LanguageHaskell2010

Data.GI.Gio.ListModel.CustomStoreItem

Synopsis

Documentation

newtype CustomStoreItem a Source #

The Object returned by listItemGetItem can be cast into tihs type. fromObject can be used for convinience.

Constructors

CustomStoreItem (ManagedPtr (CustomStoreItem a)) 

Instances

Instances details
GObject (CustomStoreItem a) Source # 
Instance details

Defined in Data.GI.Gio.ListModel.CustomStoreItem

TypedObject (CustomStoreItem a) Source # 
Instance details

Defined in Data.GI.Gio.ListModel.CustomStoreItem

Methods

glibType :: IO GType

HasParentTypes (CustomStoreItem a) Source # 
Instance details

Defined in Data.GI.Gio.ListModel.CustomStoreItem

type ParentTypes (CustomStoreItem a) Source # 
Instance details

Defined in Data.GI.Gio.ListModel.CustomStoreItem

type ParentTypes (CustomStoreItem a) = '[Object]

fromObject :: forall a m. MonadIO m => Object -> m (Maybe a) Source #