Browse Source

Improve documentation.

tags/v1.9.11-RC1
Stephane Letz 10 years ago
parent
commit
2cd233537a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      common/jack/types.h

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

@@ -440,7 +440,8 @@ typedef void (*JackShutdownCallback)(void *arg);
* the callback context.

* @param code a status word, formed by OR-ing together the relevant @ref JackStatus bits.
* @param reason a string describing the shutdown reason (backend failure, server crash... etc...)
* @param reason a string describing the shutdown reason (backend failure, server crash... etc...).
* Note that this string will not be available anymore after the callback returns, so possibly copy it.
* @param arg pointer to a client supplied structure
*/
typedef void (*JackInfoShutdownCallback)(jack_status_t code, const char* reason, void *arg);


Loading…
Cancel
Save