[ Deprecated ( since = "vala-0.16" , replacement = "report_error_in_idle" ) ]
public void g_simple_async_report_error_in_idle (Object object, AsyncReadyCallback callback, Quark domain, int code, string format)
Warning: g_simple_async_report_error_in_idle is deprecated. Use "report_error_in_idle".
Reports an error in an asynchronous function in an idle function by directly setting the contents of the AsyncResult with the given error information.
| object |
a Object, or null. |
| callback | |
| domain |
a Quark containing the error domain (usually |
| code |
a specific error code. |
| format |
a formatted error reporting string. |
| user_data |
user data passed to |
| ... |
a list of variables to fill in |