gi-glib-0.2.44.12: GLib 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.GLib.Structs.Source

Contents

Description

The GSource struct is an opaque data type representing an event source.

Synopsis

Exported types

newtype Source Source

Constructors

Source (ForeignPtr Source) 

Methods

sourceAddChildSource

sourceAddPoll

sourceAttach

sourceDestroy

sourceGetCanRecurse

sourceGetContext

sourceGetCurrentTime

sourceGetCurrentTime :: MonadIO m => Source -> TimeVal -> m () Source

Deprecated: (Since version 2.28)use g_source_get_time() instead

sourceGetId

sourceGetName

sourceGetPriority

sourceGetReadyTime

sourceGetTime

sourceIsDestroyed

sourceModifyUnixFd

sourceNew

sourceQueryUnixFd

sourceRef

sourceRemoveChildSource

sourceRemovePoll

sourceRemoveUnixFd

sourceSetCallback

sourceSetCallbackIndirect

sourceSetCanRecurse

sourceSetFuncs

sourceSetName

sourceSetPriority

sourceSetReadyTime

sourceUnref