simpleAsyncReportGerrorInIdle
fun simpleAsyncReportGerrorInIdle(object: <Error class: unknown class>? = null, callback: AsyncReadyCallback?, error: <Error class: unknown class>)(source)
⚠️ Deprecated ⚠️
This is deprecated since version 2.46.
Use g_task_report_error().
---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