GALANTHUS / ABI FUNCTION REFERENCE
gln_default_continuation_input
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API gln_status_t GLN_CALL gln_default_continuation_input(gln_continuation_input_t* out_value);
Purpose
Writes default values for gln_continuation_input_t into the caller-allocated output slot, including the struct-size field where the type carries one.
The caller owns the output storage; this helper does not allocate, borrow, or retain any pointer. Fill or override fields after the call to describe the intended request.
Return
Returns GLN_OK on success and a non-OK gln_status_t value on failure.
| Type | Nullability | Ownership |
|---|---|---|
gln_status_t | value | value |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
out_value | output | gln_continuation_input_t* | nonnull | caller_allocated_output |