Function

AgsAudioPortfind_plugin_port

since: 3.11.4

Declaration [src]

GList*
ags_port_find_plugin_port (
  GList* port,
  GObject* plugin_port
)

Description [src]

Retrieve port by plugin port.

Available since: 3.11.4

Parameters

port

Type: A list of None

The GList-struct containing AgsPort.

The data is owned by the caller of the function.
plugin_port

Type: GObject

The AgsPluginPort.

The data is owned by the caller of the function.

Return value

Type: A list of None

Next matching GList-struct or NULL.

The data is owned by the called function.