jack_port_get_connections

@return a null-terminated array of full port names to which the @a port is connected. If none, returns NULL.

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

@param port locally owned jack_port_t pointer.

@see jack_port_name_size(), jack_port_get_all_connections()

extern (C)
const(char)**
jack_port_get_connections
(
const(jack_port_t)* port
)

Meta