Function
AgsAudioCoreAudioClientfind
since: 3.0.0
Declaration [src]
GList*
ags_core_audio_client_find (
GList* core_audio_client,
gchar* client_name
)
Parameters
core_audio_client
-
Type: A list of
AgsCoreAudioClient*
The
GList
-struct containingAgsCoreAudioClient
.The data is owned by the caller of the function. client_name
-
Type:
gchar*
The client name to find.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.