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

a #GAsyncReadyCallback.

userData void*

user data passed to @callback.

error ErrorG

the #GError to report

Detailed Description

Deprecated: Use g_task_report_error().

Meta