mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
add doxygen since to fluid_audio_driver_register()
This commit is contained in:
parent
5051dcb131
commit
e567df3f40
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ delete_fluid_audio_driver(fluid_audio_driver_t* driver)
|
|||
* successfully registered. Otherwise #FLUID_FAILED is returned and ALL available audio drivers are registered instead.
|
||||
*
|
||||
* @note This function is not thread safe and will never be!
|
||||
* @since 1.1.9
|
||||
*/
|
||||
int fluid_audio_driver_register(const char** adrivers)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue