g_simple_async_report_error_in_idle


Description:

[ 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.

Parameters:

object

a Object, or null.

callback

a AsyncReadyCallback.

domain

a Quark containing the error domain (usually G_IO_ERROR).

code

a specific error code.

format

a formatted error reporting string.

user_data

user data passed to callback.

...

a list of variables to fill in format.


Namespace: GLib
Package: gio-2.0