|
|
@@ -798,7 +798,7 @@ int jack_port_connected_to (const jack_port_t *port, |
|
|
|
* @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(3) on any non-NULL |
|
|
|
* The caller is responsible for calling jack_free() on any non-NULL |
|
|
|
* returned value. |
|
|
|
* |
|
|
|
* @param port locally owned jack_port_t pointer. |
|
|
@@ -811,7 +811,7 @@ const char ** jack_port_get_connections (const jack_port_t *port) JACK_OPTIONAL_ |
|
|
|
* @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(3) on any non-NULL |
|
|
|
* The caller is responsible for calling jack_free() on any non-NULL |
|
|
|
* returned value. |
|
|
|
* |
|
|
|
* This differs from jack_port_get_connections() in two important |
|
|
@@ -1220,7 +1220,7 @@ int jack_recompute_total_latency (jack_client_t*, jack_port_t* port) JACK_OPTION |
|
|
|
* If zero, no selection based on flags will be carried out. |
|
|
|
* |
|
|
|
* @return a NULL-terminated array of ports that match the specified |
|
|
|
* arguments. The caller is responsible for calling jack_free(3) any |
|
|
|
* arguments. The caller is responsible for calling jack_free() any |
|
|
|
* non-NULL returned value. |
|
|
|
* |
|
|
|
* @see jack_port_name_size(), jack_port_type_size() |
|
|
@@ -1400,7 +1400,7 @@ void jack_set_info_function (void (*func)(const char *)) JACK_OPTIONAL_WEAK_EXPO |
|
|
|
|
|
|
|
/** |
|
|
|
* The free function to be used on memory returned by jack_port_get_connections, |
|
|
|
* jack_port_get_all_connections and jack_get_ports functions. |
|
|
|
* jack_port_get_all_connections, jack_get_ports and jack_get_internal_client_name functions. |
|
|
|
* This is MANDATORY on Windows when otherwise all nasty runtime version related crashes can occur. |
|
|
|
* Developers are strongly encouraged to use this function instead of the standard "free" function in new code. |
|
|
|
* |
|
|
|