Description Usage Arguments Details Author(s)
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.
1 | gIoSchedulerJobSendToMainloopAsync(object, func, user.data = NULL)
|
|
a |
|
a |
|
data to pass to |
either by passing NULL
as notify
to
gIoSchedulerPushJob()
or by using refcounting for user.data
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.