void (*displaying_userinfo)(PurpleAccount *account, const char *who, PurpleNotifyUserInfo *user_info);
account | The account on which the info was obtained. | |
who | The screen name of the user whose info is to be displayed. | |
user_info | The information to be displayed, as PurpleNotifyUserInfoEntry objects |
void (*displaying_email_notification)(const char *subject, const char *from, const char *to, const char *url);
subject | Subject of email being notified of. | |
from | Who the email is from. | |
to | Who the email is to. | |
url | A url to view the email. |
void (*displaying_emails_notification)(const char **subjects, const char **froms, const char **tos, const char **urls, guint count);
subjects | Subjects of emails being notified of. | |
froms | Who the emails are from. | |
tos | Who the emails are to. | |
urls | The urls to view the emails. | |
count | Number of emails being notified of. |