On Feb 23, 2011, at 3:41 AM, Roberto Mauro wrote:
> Ok,
> thank you to eskimo1 on the Apple Developer Forum I get how to setup a
> notification for changes on prefs.
> but every time prefDidChange is called when I try to get the CurrentSet from
> kSCPrefCurrentSet as:
>
> CFPropertyListRef
Ok,
thank you to eskimo1 on the Apple Developer Forum I get how to setup a
notification for changes on prefs.
Something like:
- (void)prefsDidChange
{
// reread your view of the world
}
static void PrefsDidChange(
SCPreferencesRefprefs,
SCPreferencesNotification noti