Re: CFRunLoop docs ?
Re: CFRunLoop docs ?
- Subject: Re: CFRunLoop docs ?
- From: Kurt Revis <email@hidden>
- Date: Thu, 19 Sep 2002 23:14:19 -0700
On Thursday, September 19, 2002, at 10:17 PM, Philippe Wicker wrote:
I'm looking for documentation about CFRunLoop but couldn't find it (I
mean docs explaining how it works and of course how I can use it). Can
anybody give me a hint ?
There isn't any really good documentation. You might start here and
try to figure it out:
http://developer.apple.com/cgi-bin/search.pl?q=CFRunLoop
And read the comments in CFRunLoop.h, of course.
Also look at the documentation for NSRunLoop in Cocoa. NSRunLoop came
first, and in the transition to OS X, they took the guts of NSRunLoop,
changed it to a C API, and turned it into CFRunLoop. (So now NSRunLoop
is a thin wrapper on top of CFRunLoop.)
http://developer.apple.com/techpubs/macosx/Cocoa/TasksAndConcepts/
ProgrammingTopics/InputControl/index.html
http://developer.apple.com/techpubs/macosx/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSRunLoop.html
Also (and I know this isn't very helpful) the source to CFRunLoop is in
Darwin, so you can look at it yourself.
http://developer.apple.com/darwin/projects/darwin/
--
Kurt Revis
email@hidden
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.