LMMS
Loading...
Searching...
No Matches
LV2_State_Free_Path Struct Reference

#include <state.h>

Public Attributes

LV2_State_Free_Path_Handle handle
void(* free_path )(LV2_State_Free_Path_Handle handle, char *path)

Detailed Description

Feature data for state:freePath (LV2_STATE__freePath).

Member Data Documentation

◆ free_path

void(* LV2_State_Free_Path::free_path)(LV2_State_Free_Path_Handle handle, char *path)

Free a path returned by a state feature.

Parameters
handleMUST be the handle member of this struct.
pathThe 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()).

◆ handle

LV2_State_Free_Path_Handle LV2_State_Free_Path::handle

Opaque host data.


The documentation for this struct was generated from the following files: