Browse Source

Correct documentation in jack.h

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

+ 2
- 2
common/jack/jack.h View File

@@ -430,8 +430,8 @@ int jack_set_sample_rate_callback (jack_client_t *client,
void *arg); void *arg);


/** /**
* 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 client_registration_callback whenever a
* client is registered or unregistered, passing @a arg as a parameter.
* *
* All "notification events" are received in a seperated non RT thread, * All "notification events" are received in a seperated non RT thread,
* the code in the supplied function does not need to be * the code in the supplied function does not need to be


Loading…
Cancel
Save