Browse Source

fix invalid description of jack_set_port_rename_callback and JackPortConnectCallback in doxygen comments

Change-Id: I5489729c1540647421258c66c2e74f321d50b777
pull/8/head
Matthew Persing Filipe Coelho <falktx@falktx.com> 10 years ago
parent
commit
aa2f1ee0a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types.h

+ 1
- 1
types.h View File

@@ -412,7 +412,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