gi-gio-0.2.46.14: 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

Instances

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

Methods

iOSchedulerJobSendToMainloop

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

Deprecated: Use g_main_context_invoke().

iOSchedulerJobSendToMainloopAsync

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

Deprecated: Use g_main_context_invoke().