SimpleAsyncResult.propagateError
bool propagateError()Propagates an error from within the simple asynchronous result to a given destination.
If the #GCancellable given to a prior call to [gio.simple_async_result.SimpleAsyncResult.setCheckCancellable] is cancelled then this function will return true with dest set appropriately.
Returns
true if the error was propagated to dest. false otherwise.
Throws
[ErrorWrap]
Deprecated
Use #GTask instead.