SimpleAsyncResult.takeError

Sets the result from error, and takes over the caller's ownership of error, so the caller does not need to free it any more. Since 2.28

class SimpleAsyncResult
void
takeError

Parameters

error ErrorG

a GError

Meta