SPDPriority 171 third_party/speech-dispatcher/libspeechd.h int spd_say(SPDConnection* connection, SPDPriority priority, const char* text); SPDPriority 172 third_party/speech-dispatcher/libspeechd.h int spd_sayf(SPDConnection* connection, SPDPriority priority, const char *format, ...); SPDPriority 192 third_party/speech-dispatcher/libspeechd.h int spd_key(SPDConnection* connection, SPDPriority priority, const char *key_name); SPDPriority 193 third_party/speech-dispatcher/libspeechd.h int spd_char(SPDConnection* connection, SPDPriority priority, const char *character); SPDPriority 194 third_party/speech-dispatcher/libspeechd.h int spd_wchar(SPDConnection* connection, SPDPriority priority, wchar_t wcharacter); SPDPriority 197 third_party/speech-dispatcher/libspeechd.h int spd_sound_icon(SPDConnection* connection, SPDPriority priority, const char *icon_name);