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

((~) * info (ResolveIOSchedulerJobMethod t IOSchedulerJob), MethodInfo * info IOSchedulerJob p) => IsLabel t (IOSchedulerJob -> p) Source 
((~) * info (ResolveIOSchedulerJobMethod t IOSchedulerJob), MethodInfo * info IOSchedulerJob p) => IsLabelProxy t (IOSchedulerJob -> p) Source 
((~) (TYPE Lifted) signature (SourceFunc -> m ()), MonadIO m) => MethodInfo (TYPE Lifted) IOSchedulerJobSendToMainloopAsyncMethodInfo IOSchedulerJob signature Source 
((~) (TYPE Lifted) signature (SourceFunc -> m Bool), MonadIO m) => MethodInfo (TYPE Lifted) IOSchedulerJobSendToMainloopMethodInfo IOSchedulerJob signature Source 

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().