SimpleAsyncResult.simpleAsyncReportGerrorInIdle

Reports an error in an idle function. Similar to g_simple_async_report_error_in_idle(), but takes a GError rather than building a new one.

More...
class SimpleAsyncResult
static
void
simpleAsyncReportGerrorInIdle

Parameters

object ObjectG

a GObject, or NULL

callback GAsyncReadyCallback
userData void*

user data passed to callback.

error ErrorG

the GError to report

Detailed Description

Deprecated: Use Task.reportError.