simpleAsyncReportGerrorInIdle

fnvoid 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

objecta #GObject, or null
callbacka #GAsyncReadyCallback.
errorthe #GError to report

Deprecated