simpleAsyncReportGerrorInIdle

Reports an error in an idle function. Similar to gio.global.simpleAsyncReportErrorInIdle, but takes a #GError rather than building a new one.

More...

Parameters

object gobject.object.ObjectG

a #GObject, or null

callback gio.types.AsyncReadyCallback

a #GAsyncReadyCallback.

error glib.error.ErrorG

the #GError to report

Detailed Description

Deprecated: Use gio.task.Task.reportError.