LV2_State_Map_Path.absolute_path

Map an abstract path from plugin state to an absolute path. @param handle MUST be the handle member of this struct. @param abstract_path An abstract path (e.g. a path from plugin state). @return An absolute file system path.

The plugin MUST use this function in order to actually open or otherwise use any paths loaded from plugin state.

This function may only be called within the context of LV2_State_Interface methods. The caller is responsible for freeing the returned value with free().

struct LV2_State_Map_Path
char* function(LV2_State_Map_Path_Handle handle, const char* abstract_path) absolute_path;

Meta