Browse Source

Fix error in JackPortConnectCallback documentation.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3238 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.1
sletz 16 years ago
parent
commit
e3ea4bb8ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/jack/types.h

+ 1
- 1
common/jack/types.h View File

@@ -183,7 +183,7 @@ typedef void (*JackClientRegistrationCallback)(const char* name, int val, void *

/**
* Prototype for the client supplied function that is called
* whenever a client is registered or unregistered.
* whenever a port is connected or disconnected.
*
* @param a one of two ports connected or disconnected
* @param b one of two ports connected or disconnected


Loading…
Cancel
Save