GALANTHUS / ABI FUNCTION REFERENCE
gln_get_revolut_recipients_count
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API size_t GLN_CALL gln_get_revolut_recipients_count(const gln_revolut_recipients_t* in_recipients);
Purpose
Returns the number of entries materialized in the gln revolut recipients t.
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_recipients | input | const gln_revolut_recipients_t* | nullable | borrowed |
Notes
Passing NULL for in_recipients is allowed and returns 0.