Re: [fluid-dev] Change the char* in the API to const char*

2009-10-28 Thread josh
Thanks for clarifying that. So it sounds like it wont really do what I'm trying to do. I think it should be fine though, as long as we take care with future API additions to make sure they are showing up in the docs, since I've already manually combed all the headers making sure they are

Re: [fluid-dev] Change the char* in the API to const char*

2009-10-28 Thread Pedro Lopez-Cabanillas
On Wednesday, October 28, 2009, j...@resonance.org wrote: > During the process of going over a lot of the API, I realized that   > there were still some undocumented functions.  I had assumed that   > Doxygen would report missing docs, but it appears this is just for   > "missing members" and not f

Re: [fluid-dev] Change the char* in the API to const char*

2009-10-28 Thread josh
Hello Louis, Quoting "Louis B." : Hi all, I have a change that I would like to see i the next release if possible. Change all the char* references to const char* in the public API. The fluid_synth_sfload API already has this change. But it is missing from for example the fluid_settings_setint

[fluid-dev] Change the char* in the API to const char*

2009-10-28 Thread Louis B.
Hi all, I have a change that I would like to see i the next release if possible. Change all the char* references to const char* in the public API. The fluid_synth_sfload API already has this change. But it is missing from for example the fluid_settings_setint API. When compiling MidiDeviceFluidS