docs(readme): add missing module metadata function documentation

This commit is contained in:
2026-03-02 22:02:39 +01:00
parent d344e9bbd3
commit 9aba1a9ad8
+4
View File
@@ -177,6 +177,10 @@ stk_init();
- `void stk_set_tmp_dir_name(const char *name)` - Set temp directory name - `void stk_set_tmp_dir_name(const char *name)` - Set temp directory name
- `void stk_set_module_init_fn(const char *name)` - Set module init function name - `void stk_set_module_init_fn(const char *name)` - Set module init function name
- `void stk_set_module_shutdown_fn(const char *name)` - Set module shutdown function name - `void stk_set_module_shutdown_fn(const char *name)` - Set module shutdown function name
- `void stk_set_module_name_fn(const char *name);` - Set module name function name
- `void stk_set_module_version_fn(const char *name);` - Set module version function name
- `void stk_set_module_description_fn(const char *name);` - Set module description function name
- `void stk_set_module_dependencies_fn(const char *name);` - Set module dependencies function name
#### Logging #### Logging
- `void stk_set_logging_enabled(unsigned char enabled)` - Enable/disable all logging - `void stk_set_logging_enabled(unsigned char enabled)` - Enable/disable all logging