comparison src/gtkpounce.h @ 5875:448f2f4ca3ec

[gaim-migrate @ 6307] Rewrote the pounce framework.. yes, again. But now it saves! OOhh!! Neato. Things are cleaner too. AND I CHANGED THE OK BUTTON TO SAVE! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Jun 2003 02:03:23 +0000
parents 417b1001d2b1
children 18486c860a46
comparison
equal deleted inserted replaced
5874:964e4f94fc56 5875:448f2f4ca3ec
24 #define _GAIM_GTK_POUNCE_H_ 24 #define _GAIM_GTK_POUNCE_H_
25 25
26 #include "pounce.h" 26 #include "pounce.h"
27 27
28 /** 28 /**
29 * Creates a GTK-specific pounce.
30 *
31 * @param pouncer The account that will pounce.
32 * @param pouncee The buddy to pounce on.
33 * @param events The event(s) to pounce on.
34 *
35 * @return The new buddy pounce.
36 */
37 GaimPounce *gaim_gtkpounce_new(GaimAccount *pouncer, const char *pouncee,
38 GaimPounceEvent events);
39
40 /**
41 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog. 29 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog.
42 * 30 *
43 * @param buddy The optional buddy to pounce on. 31 * @param buddy The optional buddy to pounce on.
44 * @param cur_pounce The current buddy pounce, if editting an existing one. 32 * @param cur_pounce The current buddy pounce, if editting an existing one.
45 */ 33 */
50 * 38 *
51 * @param menu The menu to add to. 39 * @param menu The menu to add to.
52 */ 40 */
53 void gaim_gtkpounce_menu_build(GtkWidget *menu); 41 void gaim_gtkpounce_menu_build(GtkWidget *menu);
54 42
43 /**
44 * Initializes the GTK+ pounces subsystem.
45 */
46 void gaim_gtk_pounces_init(void);
47
55 #endif /* _GAIM_GTK_POUNCE_H_ */ 48 #endif /* _GAIM_GTK_POUNCE_H_ */