Method

AgsAudioAudioUnitServerfind_client

since: 3.0.0

Declaration [src]

GObject*
ags_audio_unit_server_find_client (
  AgsAudioUnitServer* audio_unit_server,
  gchar* client_uuid
)

Description [src]

Find AgsAudioUnitClient by uuid.

Available since: 3.0.0

Parameters

client_uuid

Type: gchar*

The 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: GObject

The AgsAudioUnitClient found or NULL.

The data is owned by the instance.