pidgin 2.14.14dev
|
GTK+ Notification API. More...
Go to the source code of this file.
Functions | |
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. | |
void | pidgin_notify_uninit (void) |
Uninitialized the GTK+ notifications subsystem. | |
GTK+ Notification API.
Definition in file gtknotify.h.
PurpleNotifyUiOps * pidgin_notify_get_ui_ops | ( | void | ) |
Returns the UI operations structure for GTK+ notification functions.
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.
account | The account |
pounce | The pounce |
alias | The buddy alias |
event | Event description |
message | Pounce message |
date | Pounce date |