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.Structs.IOSchedulerJob

Contents

Description

Opaque class for defining and scheduling IO jobs.

Synopsis

Exported types

newtype IOSchedulerJob Source #

Constructors

IOSchedulerJob (ManagedPtr IOSchedulerJob) 

Instances

WrappedPtr IOSchedulerJob Source # 
((~) * info (ResolveIOSchedulerJobMethod t IOSchedulerJob), MethodInfo * info IOSchedulerJob p) => IsLabel t (IOSchedulerJob -> p) Source # 

Methods

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

((~) * info (ResolveIOSchedulerJobMethod t IOSchedulerJob), MethodInfo * info IOSchedulerJob p) => IsLabelProxy t (IOSchedulerJob -> p) Source # 
HasAttributeList * IOSchedulerJob Source # 
((~) * signature (SourceFunc -> m ()), MonadIO m) => MethodInfo * IOSchedulerJobSendToMainloopAsyncMethodInfo IOSchedulerJob signature Source # 
((~) * signature (SourceFunc -> m Bool), MonadIO m) => MethodInfo * IOSchedulerJobSendToMainloopMethodInfo IOSchedulerJob signature Source # 
type AttributeList IOSchedulerJob Source # 
type AttributeList IOSchedulerJob

Methods

sendToMainloop

data IOSchedulerJobSendToMainloopMethodInfo Source #

Instances

((~) * signature (SourceFunc -> m Bool), MonadIO m) => MethodInfo * IOSchedulerJobSendToMainloopMethodInfo IOSchedulerJob signature Source # 

iOSchedulerJobSendToMainloop :: MonadIO m => IOSchedulerJob -> SourceFunc -> m Bool Source #

Deprecated: Use g_main_context_invoke().

sendToMainloopAsync

data IOSchedulerJobSendToMainloopAsyncMethodInfo Source #

Instances

((~) * signature (SourceFunc -> m ()), MonadIO m) => MethodInfo * IOSchedulerJobSendToMainloopAsyncMethodInfo IOSchedulerJob signature Source # 

iOSchedulerJobSendToMainloopAsync :: MonadIO m => IOSchedulerJob -> SourceFunc -> m () Source #

Deprecated: Use g_main_context_invoke().