Browse Source

fix invalid description of jack_set_port_rename_callback and JackPortConnectCallback in doxygen comments

Change-Id: I5489729c1540647421258c66c2e74f321d50b777
pull/5/head
Matthew Persing 10 years ago
parent
commit
b60c28f1da
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      jack.h
  2. +1
    -1
      types.h

+ 2
- 2
jack.h View File

@@ -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
*/


+ 1
- 1
types.h View File

@@ -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


Loading…
Cancel
Save