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

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