system_beep
status_t system_beep(const char* eventName);
system_beep("New E-mail");
system_beep(kAGMSBayesBeepSpamName);
system_beep(kAGMSBayesBeepGenuineName);
system_beep(kAGMSBayesBeepUncertainName);
system_beep("Battery charged");
system_beep("Battery low");
system_beep("Battery critical");
return system_beep(argv[1]);
system_beep(MEDIA_SOUNDS_INFORMATION_ALERT);
system_beep(MEDIA_SOUNDS_IMPORTANT_ALERT);
system_beep(MEDIA_SOUNDS_ERROR_ALERT);
return system_beep(NULL);
system_beep("New E-mail");
system_beep("Notification progress");
system_beep("Notification progress");
system_beep(kSoundNames[type]);