complete


Description:

public void complete ()

Marks the request as complete.

No more data or errors may be emitted.

This can only be called if data has been emitted. If there is no data, use [method@DataSourceRequest.emit_error] instead, which will automatically complete the request.

Parameters:

this

a [class@DataSourceRequest]