GALANTHUS / ABI FUNCTION REFERENCE
gln_plugin_require_binary_trusted
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API gln_status_t GLN_CALL gln_plugin_require_binary_trusted(
const char* in_plugin_binary_path,
gln_error_t* out_error_or_null);
Purpose
Reads the plugin require binary trusted field from a typed string without taking ownership of the handle.
Nullable parameter slots (out_error_or_null) may be passed as NULL; all other non-value parameters follow the nullability shown in the table.
Return
Returns GLN_OK on success and a non-OK gln_status_t value on failure.
| Type | Nullability | Ownership |
|---|---|---|
gln_status_t | value | value |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_plugin_binary_path | input | const char* | nonnull | borrowed |
out_error_or_null | output | gln_error_t* | nullable | caller_allocated_output |