simpleAsyncReportGerrorInIdle

fun simpleAsyncReportGerrorInIdle(object: <Error class: unknown class>? = null, callback: AsyncReadyCallback, error: <Error class: unknown class>)

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.

Parameters

object

a #GObject, or null

callback

a #GAsyncReadyCallback.

error

the #GError to report