Method

AgsAudioLv2Managerget_filenames

since: 3.0.0

Declaration [src]

gchar**
ags_lv2_manager_get_filenames (
  AgsLv2Manager* lv2_manager
)

Description [src]

Retrieve all filenames.

Available since: 3.0.0

Return value

Type: An array of utf8

A NULL-terminated array of filenames.

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