gIoSchedulerJobSendToMainloop {RGtk2} | R Documentation |
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).
gIoSchedulerJobSendToMainloop(object, func, user.data = NULL)
|
|
|
a GSourceFunccallback that will be called in the original thread |
|
data to pass to |
[logical] The return value of func
Derived by RGtkGen from GTK+ documentation