IOSchedulerJob.sendToMainloop

Used from an I/O job to send a callback to be run in the thread that the job was started from, waiting for the result (and thus blocking the I/O job).

More...
class IOSchedulerJob
bool
sendToMainloop

Parameters

func glib.types.SourceFunc

a #GSourceFunc callback that will be called in the original thread

Return Value

Type: bool

The return value of func

Detailed Description