Function

AgsAudioLv2Managerset_default_path

since: 3.0.0

Declaration [src]

void
ags_lv2_manager_set_default_path (
  gchar** default_path
)

Description [src]

Set lv2 manager default plugin path.

Available since: 3.0.0

Parameters

default_path

Type: An array of utf8

The string vector array to use as default path.

The array must be NULL-terminated.
The called function takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.