Function

AgsAudioAutomationfind_specifier_with_type_and_line

since: 3.0.0

Declaration [src]

GList*
ags_automation_find_specifier_with_type_and_line (
  GList* automation,
  gchar* specifier,
  GType channel_type,
  guint line
)

Description [src]

Find port specifier with channel type and line.

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

Type: GType

The channel GType.

line

Type: guint

The line.

Return value

Type: A list of None

Next matching GList-struct.

The data is owned by the called function.