| 596 |
596 |
| 597 /************************************************************************** |
597 /************************************************************************** |
| 598 * Sound signal callbacks |
598 * Sound signal callbacks |
| 599 **************************************************************************/ |
599 **************************************************************************/ |
| 600 static int |
600 static int |
| 601 sound_playing_event_cb(PurpleSoundEventID event, const PurpleAccount *account) { |
601 sound_playing_event_cb(PurpleSoundEventID event, PurpleAccount *account) { |
| 602 if (account != NULL) |
602 if (account != NULL) |
| 603 purple_debug_misc("signals test", "sound playing event: %d for account: %s\n", |
603 purple_debug_misc("signals test", "sound playing event: %d for account: %s\n", |
| 604 event, purple_account_get_username(account)); |
604 event, purple_account_get_username(account)); |
| 605 else |
605 else |
| 606 purple_debug_misc("signals test", "sound playing event: %d\n", event); |
606 purple_debug_misc("signals test", "sound playing event: %d\n", event); |