Function

AgsAudioAutomationfind_specifier

since: 3.0.0

Declaration [src]

GList*
ags_automation_find_specifier (
  GList* automation,
  gchar* specifier
)

Description [src]

Find 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.
specifier

Type: gchar*

The string specifier to find.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: A list of None

Next matching GList.

The data is owned by the called function.