#include <notify.h>
Data Fields | |
void *(* | notify_message )(GaimNotifyMsgType type, const char *title, const char *primary, const char *secondary, GCallback cb, void *user_data) |
void *(* | notify_email )(const char *subject, const char *from, const char *to, const char *url, GCallback cb, void *user_data) |
void *(* | notify_emails )(size_t count, gboolean detailed, const char **subjects, const char **froms, const char **tos, const char **urls, GCallback cb, void *user_data) |
void *(* | notify_formatted )(const char *title, const char *primary, const char *secondary, const char *text, GCallback cb, void *user_data) |
void *(* | notify_userinfo )(GaimConnection *gc, const char *who, const char *title, const char *primary, const char *secondary, const char *text, GCallback cb, void *user_data) |
void *(* | notify_uri )(const char *uri) |
void(* | close_notify )(GaimNotifyType type, void *ui_handle) |