Bool and double in api files

Hi,

the documentation lists a limited number of supported data types.

I couldn’t find “bool” and “double” in this list.

However they are currently used in existing API files, see e.g. le_cfg.api .

So is it safe to use “bool” and “double” in own APIs?

Regards
Georg

Yes, it is safe to use bool and double in your APIs. The documentation will be updated in a future release.