Skip to content

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);
  • Family: EBICS setup and key lifecycle
  • Return type: size_t

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.

TypeNullabilityOwnership
size_tvaluevalue

Parameters

NameDirectionTypeNullabilityOwnership
in_versionsinputconst gln_ebics_supported_versions_t*nullableborrowed

Notes

Passing NULL for in_versions is allowed and returns 0.

See Also