SimpleAsyncResult.getOpResGboolean

bool getOpResGboolean() nothrow

Gets the operation result boolean from within the asynchronous result.

Returns

true if the operation's result was true, false

if the operation's result was false.

Deprecated

Use #GTask and gio.task.Task.propagateBoolean instead.