LV2UI_Show_Interface.show

Show a window for this UI.

The window title MAY have been passed by the host to LV2UI_Descriptor::instantiate() as an LV2_Options_Option with key LV2_UI__windowTitle.

@return 0 on success, or anything else to stop being called.

struct LV2UI_Show_Interface
extern (C) nothrow @nogc
int function(LV2UI_Handle ui) show;

Meta