GALANTHUS / ABI FUNCTION REFERENCE
gln_revolut_product_credentials_preflight
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API gln_status_t GLN_CALL gln_revolut_product_credentials_preflight(
const gln_revolut_config_t* in_config,
gln_error_t* out_error);
Purpose
Reads the revolut product credentials preflight field from a typed gln revolut config t without taking ownership of the handle.
Nullable parameter slots (out_error) may be passed as NULL; all other non-value parameters follow the nullability shown in the table.
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_config | input | const gln_revolut_config_t* | nonnull | borrowed |
out_error | output | gln_error_t* | nullable | caller_allocated_output |