|
Undocumented C functions in frameworks
|
Is it right to assume that all of the framework stuff listed on Erica Sadun's site are the ObjC classes of the framework? Does anyone know of important C header files that aren't listed?
I know that the AudioQueue.h stuff isn't in there...it is a C header that provides low-level access to sound. (It's documented on Apple's site).
JLA
Addendum: There's zlib.h which I dealt with today...somewhat of a nightmare for me. It is used for zipping and unzipping, at least in conjunction with additional classes. Which totally makes me miss Java's zip.
|
Last edited by JLA; 01-06-2008 at 06:03 PM..
Reason: Automerged Doublepost
|