|
LMMS
|
Go to the source code of this file.
Macros | |
| #define | LV2_DYN_MANIFEST_URI "http://lv2plug.in/ns/ext/dynmanifest" |
| http://lv2plug.in/ns/ext/dynmanifest | |
| #define | LV2_DYN_MANIFEST_PREFIX LV2_DYN_MANIFEST_URI "#" |
| http://lv2plug.in/ns/ext/dynmanifest# | |
Typedefs | |
| typedef void * | LV2_Dyn_Manifest_Handle |
Functions | |
| int | lv2_dyn_manifest_open (LV2_Dyn_Manifest_Handle *handle, const LV2_Feature *const *features) |
| int | lv2_dyn_manifest_get_subjects (LV2_Dyn_Manifest_Handle handle, FILE *fp) |
| int | lv2_dyn_manifest_get_data (LV2_Dyn_Manifest_Handle handle, FILE *fp, const char *uri) |
| void | lv2_dyn_manifest_close (LV2_Dyn_Manifest_Handle handle) |