Function

AgsAudioPortfind_specifier

since: 3.0.0

Declaration [src]

GList*
ags_port_find_specifier (
  GList* port,
  gchar* specifier
)

Description [src]

Retrieve port by specifier.

Available since: 3.0.0

Parameters

port

Type: A list of None

The GList-struct containing AgsPort.

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

Type: gchar*

The recall specifier to match.

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 GList-struct or NULL.

The data is owned by the called function.