Function

AgsAudioAutomationfind_channel_type_with_control_name

since: 3.0.0

Declaration [src]

GList*
ags_automation_find_channel_type_with_control_name (
  GList* automation,
  GType channel_type,
  gchar* specifier
)

Description [src]

Find automation by channel_type.

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.
channel_type

Type: GType

The GType to match.

specifier

Type: gchar*

The control name.

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 automation as GList-struct or NULL if not found.

The data is owned by the called function.