&OnDidLaunch,
CFSTR("SBSpringBoardDidLaunchNotification"),
NULL,
- NULL
+ 0
);
CFNotificationCenterAddObserver(
&OnDidLaunch,
CFSTR("com.apple.springboard.finishedstartup"),
NULL,
- NULL
+ 0
);
CFNotificationCenterAddObserver(
&OnDidLaunch,
CFSTR("com.apple.springboard.bootedcleanly"),
NULL,
- NULL
+ 0
);
if (SBSSpringBoardServerPort() == NULL)