From a43a3276b40a08a338ef08a6491df7e116e8c9c5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 Sep 2013 09:28:13 -0400 Subject: [PATCH] add port UUID retrieval function --- jack.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jack.h b/jack.h index 99bfae5..5ba8fca 100644 --- a/jack.h +++ b/jack.h @@ -620,6 +620,13 @@ void *jack_port_get_buffer (jack_port_t *, jack_nframes_t) JACK_OPTIONAL_WEAK_EX */ const char *jack_port_name (const jack_port_t *port) JACK_OPTIONAL_WEAK_EXPORT; +/** + * @return the UUID of the jack_port_t + * + * @see jack_uuid_to_string() to convert into a string representation + */ +void jack_port_uuid (const jack_port_t *port, jack_uuid_t) JACK_OPTIONAL_WEAK_EXPORT; + /** * @return the short name of the jack_port_t (not including the @a * "client_name:" prefix).