LV2UI_Descriptor.extension_data

Return a data structure associated with an extension URI, typically an interface struct with additional function pointers

This member may be set to NULL if the UI is not interested in supporting any extensions. This is similar to LV2_Descriptor::extension_data().

struct LV2UI_Descriptor
extern (C) nothrow @nogc
const(void)* function(const char* uri) extension_data;

Meta