Function

AgsAudioAutomationfind_port

since: 3.0.0

Declaration [src]

GList*
ags_automation_find_port (
  GList* automation,
  GObject* port
)

Description [src]

Find automation by port.

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

Type: GObject

The AgsPort to match.

The data is owned by the caller of the function.

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.