gSimpleAsyncReportErrorInIdle {RGtk2} | R Documentation |
Reports an error in an asynchronous function in an idle function by
directly setting the contents of the GAsyncResult
with the given error
information.
gSimpleAsyncReportErrorInIdle(object, callback, user.data, domain, code, format, ...)
|
a |
|
|
|
user data passed to |
|
a numericcontaining the error domain (usually G_IO_ERROR). |
|
a specific error code. |
|
a formatted error reporting string. |
|
a list of variables to fill in |
Derived by RGtkGen from GTK+ documentation