Mercurial > pidgin
changeset 25636:1a5861622794
Clarify that the displaying-email-notification signal only fires for
notification about single emails (as opposed to multiple emails which triggers
the displaying-emails-notification signal).
Is there a reason we need this distinction? Could we not just drop
displaying-email-notification and trust people to look at the count?
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sun, 01 Mar 2009 16:17:04 +0000 |
parents | bd2daa50744f |
children | d1744f75199f |
files | doc/notify-signals.dox |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/notify-signals.dox Sun Mar 01 00:15:27 2009 +0000 +++ b/doc/notify-signals.dox Sun Mar 01 16:17:04 2009 +0000 @@ -30,7 +30,7 @@ const char *url); @endsignalproto @signaldesc - Emitted before email notification is handed to the UI to display. + Emitted before notification of a single email is handed to the UI to display. @param subject Subject of email being notified of. @param from Who the email is from. @param to Who the email is to.