Re: StartupItem info: Laptop Network Starting
Re: StartupItem info: Laptop Network Starting
- Subject: Re: StartupItem info: Laptop Network Starting
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 1 Apr 2002 01:10:43 +0100
On Monday, April 1, 2002, at 12:57 AM, Nicholas Riley wrote:
The System Configuration framework does this; you can register to
receive notifications when locations change, etc.
<http://developer.apple.com/techpubs/macosx/Networking/SysConfigOverview926/
>
Uh-huh. The best docs is in the headers... It's headerdoc format,
though, so you can process it to HTML should you want to (using
headerdoc2html). To get notifications, you need to add it as a
CFRunLoopSource to your current runloop, which you can either get via
the CF function or from NSRunLoop.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.