simpleAsyncReportGerrorInIdle
fn
void simpleAsyncReportGerrorInIdle(gobject.object.ObjectWrap object, gio.types.AsyncReadyCallback callback, glib.error.ErrorWrap error)Reports an error in an idle function. Similar to [gio.global.simpleAsyncReportErrorInIdle], but takes a #GError rather than building a new one.
Parameters
object | a #GObject, or null |
callback | a #GAsyncReadyCallback. |
error | the #GError to report |
Deprecated
Use [gio.task.Task.reportError].