comparison libpurple/notify.h @ 27577:6d26258e9f1d

propagate from branch 'im.pidgin.pidgin' (head ac87c285c7056f86005dc157b9870745de471f74) to branch 'im.pidgin.cpw.darkrain42.roster' (head 976d874853ac9745edb77d3cf107b92ebc037c10)
author Paul Aurich <paul@darkrain42.org>
date Mon, 06 Jul 2009 04:37:41 +0000
parents d06f9250cf5a
children 0123c69ec0e5
comparison
equal deleted inserted replaced
27576:b9da56683499 27577:6d26258e9f1d
425 425
426 /** 426 /**
427 * Displays a notification for multiple emails to the user. 427 * Displays a notification for multiple emails to the user.
428 * 428 *
429 * @param handle The plugin or connection handle. 429 * @param handle The plugin or connection handle.
430 * @param count The number of emails. 430 * @param count The number of emails. '0' can be used to signify that
431 * the user has no unread emails and the UI should remove
432 * the mail notification.
431 * @param detailed @c TRUE if there is information for each email in the 433 * @param detailed @c TRUE if there is information for each email in the
432 * arrays. 434 * arrays.
433 * @param subjects The array of subjects. 435 * @param subjects The array of subjects.
434 * @param froms The array of from addresses. 436 * @param froms The array of from addresses.
435 * @param tos The array of destination addresses. 437 * @param tos The array of destination addresses.