GALANTHUS / ABI FUNCTION REFERENCE
gln_get_revolut_payment_drafts_count
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);
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.
| Type | Nullability | Ownership |
|---|---|---|
size_t | value | value |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_drafts | input | const gln_revolut_payment_drafts_t* | nullable | borrowed |
Notes
Passing NULL for in_drafts is allowed and returns 0.