GALANTHUS / ABI FUNCTION REFERENCE
gln_inspect_backend_result
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API gln_status_t GLN_CALL gln_inspect_backend_result(
const gln_backend_result_t* in_result,
gln_backend_result_summary_t* out_summary);
Purpose
Reads the inspect backend result field from a typed backend result envelope without taking ownership of the handle.
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 |
|---|---|---|---|---|
in_result | input | const gln_backend_result_t* | nonnull | borrowed |
out_summary | output | gln_backend_result_summary_t* | nonnull | caller_allocated_output |