From b60c28f1da1e02e816eb0049d7612e2438e70a79 Mon Sep 17 00:00:00 2001 From: Matthew Persing Date: Tue, 16 Jun 2015 08:43:23 -0500 Subject: [PATCH] fix invalid description of jack_set_port_rename_callback and JackPortConnectCallback in doxygen comments Change-Id: I5489729c1540647421258c66c2e74f321d50b777 --- jack.h | 4 ++-- types.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jack.h b/jack.h index a21adb7..afe45c0 100644 --- a/jack.h +++ b/jack.h @@ -404,8 +404,8 @@ int jack_set_port_registration_callback (jack_client_t *, /** - * Tell the JACK server to call @a registration_callback whenever a - * port is registered or unregistered, passing @a arg as a parameter. + * Tell the JACK server to call @a rename_callback whenever a + * port is renamed, passing @a arg as a parameter. * * @return 0 on success, otherwise a non-zero error code */ diff --git a/types.h b/types.h index bee5081..fa79414 100644 --- a/types.h +++ b/types.h @@ -414,7 +414,7 @@ typedef void (*JackClientRegistrationCallback)(const char* name, int register, v /** * Prototype for the client supplied function that is called - * whenever a client is registered or unregistered. + * whenever ports are connected or disconnected. * * @param a one of two ports connected or disconnected * @param b one of two ports connected or disconnected