Function

AgsAudioAutomationget_specifier_unique

since: 3.0.0

Declaration [src]

gchar**
ags_automation_get_specifier_unique (
  GList* automation
)

Description [src]

Retrieve automation port specifier.

Available since: 3.0.0

Parameters

automation

Type: A list of None

The GList-struct containing AgsAutomation.

The data is owned by the caller of the function.

Return value

Type: An array of utf8

A NULL terminated string array.

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