26#ifndef _PIDGINNOTIFY_H_
27#define _PIDGINNOTIFY_H_
43 const char *alias,
const char *event,
const char *message,
const char *date);
void pidgin_notify_uninit(void)
Uninitialized the GTK+ notifications subsystem.
void pidgin_notify_pounce_add(PurpleAccount *account, PurplePounce *pounce, const char *alias, const char *event, const char *message, const char *date)
Adds a buddy pounce to the buddy pounce dialog.
PurpleNotifyUiOps * pidgin_notify_get_ui_ops(void)
Returns the UI operations structure for GTK+ notification functions.
void pidgin_notify_init(void)
Initializes the GTK+ notifications subsystem.
Notification UI operations.
Structure representing an account.
A buddy pounce structure.