LV2  1.0.13
Macros | Typedefs | Functions
dynmanifest.h File Reference

Macros

#define 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)