GALANTHUS / ABI FUNCTION REFERENCE
gln_get_revolut_recipient_result_recipient
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const gln_revolut_recipient_t* GLN_CALL gln_get_revolut_recipient_result_recipient(
const gln_revolut_recipient_result_t* in_result);
Purpose
Reads the recipient field from a typed gln revolut recipient result t without taking ownership of the handle.
The ABI reports a nullable return, so callers should handle NULL defensively. When passed a valid non-null handle, required fields are expected to carry a value.
Return
Returns the requested borrowed pointer, or NULL when it is not available.
| Type | Nullability | Ownership |
|---|---|---|
const gln_revolut_recipient_t* | nullable | borrowed |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_result | input | const gln_revolut_recipient_result_t* | nonnull | borrowed |