libpurple/plugins/signals-test.c

changeset 39522
696fe0c9677f
parent 38358
30ba44276e74
child 39959
e47fcffd061b
equal deleted inserted replaced
39521:f4d92381a032 39522:696fe0c9677f
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);

mercurial