GALANTHUS / ABI FUNCTION REFERENCE
gln_get_library_version
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const char* GLN_CALL gln_get_library_version(void);
Purpose
Returns the Galanthus library version string from the loaded library.
Return
Returns the Galanthus library version string from the loaded library.
| Type | Nullability | Ownership |
|---|---|---|
const char* | nullable | borrowed |
Parameters
This function takes no parameters.