jack_get_uuid_for_client_name

Get the session ID for a client name.

The session manager needs this to reassociate a client name to the session_id.

The caller is responsible for calling jack_free(3) on any non-NULL returned value.

extern (C)
char*
jack_get_uuid_for_client_name
(
jack_client_t* client
,
const(char)* client_name
)

Meta