gtkpounce.h File Reference
GTK+ Buddy Pounce API. More...
#include "pounce.h"
Include dependency graph for gtkpounce.h:

Go to the source code of this file.
Functions | |
| void | pidgin_pounce_editor_show (PurpleAccount *account, const char *name, PurplePounce *cur_pounce) |
| Displays a New Buddy Pounce or Edit Buddy Pounce dialog. | |
| void | pidgin_pounces_manager_show (void) |
| Shows the pounces manager window. | |
| void | pidgin_pounces_manager_hide (void) |
| Hides the pounces manager window. | |
| void * | pidgin_pounces_get_handle (void) |
| Returns the gtkpounces handle. | |
| void | pidgin_pounces_init (void) |
| Initializes the GTK+ pounces subsystem. | |
Detailed Description
GTK+ Buddy Pounce API.
Definition in file gtkpounce.h.
Function Documentation
| void pidgin_pounce_editor_show | ( | PurpleAccount * | account, | |
| const char * | name, | |||
| PurplePounce * | cur_pounce | |||
| ) |
Displays a New Buddy Pounce or Edit Buddy Pounce dialog.
- Parameters:
-
account The optional account to use. name The optional name to pounce on. cur_pounce The current buddy pounce, if editing an existing one.
| void* pidgin_pounces_get_handle | ( | void | ) |
Returns the gtkpounces handle.
- Returns:
- The handle to the GTK+ pounces system

