GALANTHUS / ABI FUNCTION REFERENCE
gln_default_mandate_amendment
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API gln_status_t GLN_CALL gln_default_mandate_amendment(gln_mandate_amendment_t* out_value);
Purpose
Writes default values for gln_mandate_amendment_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_mandate_amendment_t* | nonnull | caller_allocated_output |