GALANTHUS / ABI FUNCTION REFERENCE
gln_get_ebics_key_status_details
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const char* GLN_CALL gln_get_ebics_key_status_details(const gln_ebics_key_status_t* in_status);
Purpose
Returns optional EBICS key-status detail text, or NULL when no detail is present.
Return
Returns the requested borrowed pointer, or NULL when it is not available.
| Type | Nullability | Ownership |
|---|---|---|
const char* | nullable | borrowed |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_status | input | const gln_ebics_key_status_t* | nonnull | borrowed |