Function
AgsAudioJackClientfind_uuid
since: 3.0.0
[−]
Parameters
jack_client
-
Type: A list of
AgsJackClient*
The
GList
-struct containingAgsJackClient
.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 AgsJackClient*
The matching GList
-struct or NULL
.
The data is owned by the called function. |