27#ifndef LV2_DYN_MANIFEST_H_INCLUDED
28#define LV2_DYN_MANIFEST_H_INCLUDED
34#define LV2_DYN_MANIFEST_URI "http://lv2plug.in/ns/ext/dynmanifest"
35#define LV2_DYN_MANIFEST_PREFIX LV2_DYN_MANIFEST_URI "#"
int lv2_dyn_manifest_get_subjects(LV2_Dyn_Manifest_Handle handle, FILE *fp)
void * LV2_Dyn_Manifest_Handle
Definition dynmanifest.h:49
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)
int lv2_dyn_manifest_open(LV2_Dyn_Manifest_Handle *handle, const LV2_Feature *const *features)