comparison doc/notify-signals.dox @ 21354:fcb848b2d669

merge of '1037fab539d2a95db4fc657f42420566f7e53440' and 'd1b14e76c499bc5d99b77e71539d5ebb0e14b965'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:32:17 +0000
parents 4511d15a8f80
children 1a5861622794 6e1967b0f90b
comparison
equal deleted inserted replaced
21099:51cf02dbdb0e 21354:fcb848b2d669
33 Emitted before email notification is handed to the UI to display. 33 Emitted before email notification is handed to the UI to display.
34 @param subject Subject of email being notified of. 34 @param subject Subject of email being notified of.
35 @param from Who the email is from. 35 @param from Who the email is from.
36 @param to Who the email is to. 36 @param to Who the email is to.
37 @param url A url to view the email. 37 @param url A url to view the email.
38 @since 2.1.0
38 @endsignaldef 39 @endsignaldef
39 40
40 @signaldef displaying-emails-notification 41 @signaldef displaying-emails-notification
41 @signalproto 42 @signalproto
42 void (*displaying_emails_notification)(const char **subjects, 43 void (*displaying_emails_notification)(const char **subjects,
50 @param subjects Subjects of emails being notified of. 51 @param subjects Subjects of emails being notified of.
51 @param froms Who the emails are from. 52 @param froms Who the emails are from.
52 @param tos Who the emails are to. 53 @param tos Who the emails are to.
53 @param urls The urls to view the emails. 54 @param urls The urls to view the emails.
54 @param count Number of emails being notified of. 55 @param count Number of emails being notified of.
56 @since 2.1.0
55 @endsignaldef 57 @endsignaldef
56 58
57 */ 59 */
58 // vim: syntax=c.doxygen tw=75 et 60 // vim: syntax=c.doxygen tw=75 et