GALANTHUS / ABI FUNCTION REFERENCE
gln_get_ebics_supported_versions_count
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API size_t GLN_CALL gln_get_ebics_supported_versions_count(
const gln_ebics_supported_versions_t* in_versions);
Purpose
Returns the number of EBICS supported-version rows in the typed version list.
Return
Returns the number of rows or entries materialized in the supplied typed view.
| Type | Nullability | Ownership |
|---|---|---|
size_t | value | value |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_versions | input | const gln_ebics_supported_versions_t* | nullable | borrowed |
Notes
Passing NULL for in_versions is allowed and returns 0.