GALANTHUS / ABI FUNCTION REFERENCE
gln_destroy_batch_transfer_request_builder
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API void GLN_CALL gln_destroy_batch_transfer_request_builder(
gln_batch_transfer_request_builder_t* in_builder);
Purpose
Releases a caller-owned gln_batch_transfer_request_builder_t along with every header and item value previously configured on it.
After destruction, the handle must not be reused. Items added to the builder were copied at add time, so the caller's source buffers are not affected.
Return
Returns no value.
| Type | Nullability | Ownership |
|---|---|---|
void | value | value |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_builder | input | gln_batch_transfer_request_builder_t* | nonnull | borrowed |