mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Minor API doc update
This commit is contained in:
parent
af2342ac43
commit
93a170ca58
1 changed files with 2 additions and 0 deletions
|
@ -234,6 +234,8 @@ fluid_sequencer_register_client(fluid_sequencer_t *seq, const char *name,
|
|||
|
||||
/**
|
||||
* Unregister a previously registered client.
|
||||
*
|
||||
* The client's callback function will receive a FLUID_SEQ_UNREGISTERING event right before it is being unregistered.
|
||||
* @param seq Sequencer object
|
||||
* @param id Client ID as returned by fluid_sequencer_register_client().
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue