Skip to content

Declared in <galanthus/c_api/gln_capi.h>.

GLN_API size_t GLN_CALL gln_get_revolut_payment_drafts_count(const gln_revolut_payment_drafts_t* in_drafts);
  • Family: Count and at accessors
  • Return type: size_t

Purpose

Returns the number of entries materialized in the gln revolut payment drafts t.

Return

Returns the number of rows or entries materialized in the supplied typed view.

TypeNullabilityOwnership
size_tvaluevalue

Parameters

NameDirectionTypeNullabilityOwnership
in_draftsinputconst gln_revolut_payment_drafts_t*nullableborrowed

Notes

Passing NULL for in_drafts is allowed and returns 0.

See Also