# HG changeset patch # User Mark Doliner # Date 1245370009 0 # Node ID d06f9250cf5a58ec51ad39bc41f6ed3da93a3f7e # Parent 350f097019eb149b7568637c405eabd8c23ea55c Clarify this. This count gets passed around a lot of places... I'm not really sure where the best place is to document this. Maybe PurpleNotifyUiOps, but we don't have any documentation there right now. diff -r 350f097019eb -r d06f9250cf5a libpurple/notify.h --- a/libpurple/notify.h Fri Jun 19 00:01:39 2009 +0000 +++ b/libpurple/notify.h Fri Jun 19 00:06:49 2009 +0000 @@ -427,7 +427,9 @@ * Displays a notification for multiple emails to the user. * * @param handle The plugin or connection handle. - * @param count The number of emails. + * @param count The number of emails. '0' can be used to signify that + * the user has no unread emails and the UI should remove + * the mail notification. * @param detailed @c TRUE if there is information for each email in the * arrays. * @param subjects The array of subjects.