simpleAsyncReportTakeGerrorInIdle
fun simpleAsyncReportTakeGerrorInIdle(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_gerror_in_idle(), but takes over the caller's ownership of @error, so the caller does not have to free it any more.
Since
2.28
Parameters
object
a #GObject, or null
callback
a #GAsyncReadyCallback.
error
the #GError to report