gi-gio-2.0.7: Gio bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Interfaces.Initable

Contents

Description

 

Synopsis

Exported types

newtype Initable Source #

Constructors

Initable (ManagedPtr Initable) 

Instances

GObject Initable Source # 
IsObject Initable Source # 
IsInitable Initable Source # 
((~) * info (ResolveInitableMethod t Initable), MethodInfo * info Initable p) => IsLabel t (Initable -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> Initable -> p #

((~) * info (ResolveInitableMethod t Initable), MethodInfo * info Initable p) => IsLabelProxy t (Initable -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Initable -> p

HasAttributeList * Initable Source # 
type SignalList Initable Source # 
type SignalList Initable
type AttributeList Initable Source # 
type AttributeList Initable

Methods

init

data InitableInitMethodInfo Source #

Instances

((~) * signature (Maybe b -> m ()), MonadIO m, IsInitable a, IsCancellable b) => MethodInfo * InitableInitMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy InitableInitMethodInfo a -> signature -> s

initableInit :: (MonadIO m, IsInitable a, IsCancellable b) => a -> Maybe b -> m () Source #

newv

initableNewv :: (MonadIO m, IsCancellable a) => GType -> [Parameter] -> Maybe a -> m Object Source #