Function

AgsAudioPulseClientfind_uuid

since: 3.0.0

Declaration [src]

GList*
ags_pulse_client_find_uuid (
  GList* pulse_client,
  gchar* client_uuid
)

Description [src]

Finds next match of client_uuid in pulse_client.

Available since: 3.0.0

Parameters

pulse_client

Type: A list of AgsPulseClient*

The GList-struct containing AgsPulseClient.

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

Type: gchar*

The client uuid to find.

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 AgsPulseClient*

The next matching GList-struct or NULL.

The data is owned by the called function.