Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gIoSchedulerJobSendToMainloopAsync

gIoSchedulerJobSendToMainloopAsync


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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.