TODO-ize names.md. I'm just going to merge this as-is, since I have not yet solidified the Obj-C rules yet.

This commit is contained in:
Pietro Gagliardi 2018-05-06 19:32:56 -04:00
parent 1e5f1b8254
commit 7be597f674
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
TODO find out specifics of -fvisibility=hidden in static libs, which is the point of this
TODO clean this up
TODO note that you -fvisibility=hidden means nothing in static libraries, hence this (confirmed on OS X)
In general, all names that begin with "ui" and are followed by a capital letter and all names htat begin with "uipriv" and are followed by a capita lletter are reserved by libui. This applies even in C++, where name mangling may affect the actual names in the object file.