Function

AgsAudioPluginPortfind_symbol

since: 3.0.0

Declaration [src]

GList*
ags_plugin_port_find_symbol (
  GList* plugin_port,
  gchar* port_symbol
)

Description [src]

Find port_symbol within plugin_port.

Available since: 3.0.0

Parameters

plugin_port

Type: A list of None

The GList-struct containing AgsPluginPort.

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

Type: gchar*

The port symbol.

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

The matching GList-struct containing AgsPluginPort.

The data is owned by the called function.