|
LMMS
|
#include <state.h>
Public Attributes | |
| LV2_State_Free_Path_Handle | handle |
| void(* | free_path )(LV2_State_Free_Path_Handle handle, char *path) |
Feature data for state:freePath (LV2_STATE__freePath).
| void(* LV2_State_Free_Path::free_path)(LV2_State_Free_Path_Handle handle, char *path) |
Free a path returned by a state feature.
| handle | MUST be the handle member of this struct. |
| path | The path previously returned by a state feature. |
This function can be used by plugins to free paths allocated by the host and returned by state features (LV2_State_Map_Path.abstract_path(), LV2_State_Map_Path.absolute_path(), and LV2_State_Make_Path.path()).
| LV2_State_Free_Path_Handle LV2_State_Free_Path::handle |
Opaque host data.