SimpleAsyncResult.simpleAsyncReportGerrorInIdle

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.

class SimpleAsyncResult
static
void
simpleAsyncReportGerrorInIdle

Parameters

object ObjectG

a GObject, or NULL. [allow-none]

callback GAsyncReadyCallback

a GAsyncReadyCallback. [scope async]

userData void*

user data passed to callback. closure

error ErrorG

the GError to report

Meta