gIoSchedulerJobSendToMainloopAsync: gIoSchedulerJobSendToMainloopAsync

Description Usage Arguments Details Author(s)

View source: R/gioFuncs.R

Description

Used from an I/O job to send a callback to be run asynchronously in the thread that the job was started from. The callback will be run when the main loop is available, but at that time the I/O job might have finished. The return value from the callback is ignored.

Usage

1
gIoSchedulerJobSendToMainloopAsync(object, func, user.data = NULL)

Arguments

object

a GIOSchedulerJob

func

a GSourceFunc callback that will be called in the original thread

user.data

data to pass to func

Details

either by passing NULL as notify to gIoSchedulerPushJob() or by using refcounting for user.data.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.