propagate_error


Description:

public bool propagate_error () throws Error

Propagates an error from within the simple asynchronous result to a given destination.

If the Cancellable given to a prior call to set_check_cancellable is cancelled then this function will return true with dest set appropriately.

Parameters:

this

a SimpleAsyncResult.

Returns:

true if the error was propagated to dest. false otherwise.