src/gtkpounce.h

changeset 12136
027b7ebee256
parent 9713
bb37562302a1
child 12155
a7f7e1ecd799
equal deleted inserted replaced
12135:21d900c9b5d2 12136:027b7ebee256
32 * 32 *
33 * @param account The optional account to use. 33 * @param account The optional account to use.
34 * @param name The optional name to pounce on. 34 * @param name The optional name to pounce on.
35 * @param cur_pounce The current buddy pounce, if editing an existing one. 35 * @param cur_pounce The current buddy pounce, if editing an existing one.
36 */ 36 */
37 void gaim_gtkpounce_dialog_show(GaimAccount *account, const char *name, 37 void gaim_gtk_pounce_editor_show(GaimAccount *account, const char *name,
38 GaimPounce *cur_pounce); 38 GaimPounce *cur_pounce);
39 39
40 /** 40 /**
41 * Displays all registered buddy pounces in a menu. 41 * Shows the pounces manager window.
42 */
43 void gaim_gtk_pounces_manager_show(void);
44
45 /**
46 * Hides the pounces manager window.
47 */
48 void gaim_gtk_pounces_manager_hide(void);
49
50 /**
51 * Returns the gtkaccounts handle
42 * 52 *
43 * @param menu The menu to add to. 53 * @return The handle to the GTK+ account system
44 */ 54 */
45 void gaim_gtkpounce_menu_build(GtkWidget *menu); 55 void *gaim_gtk_pounces_get_handle(void);
46 56
47 /** 57 /**
48 * Initializes the GTK+ pounces subsystem. 58 * Initializes the GTK+ pounces subsystem.
49 */ 59 */
50 void gaim_gtk_pounces_init(void); 60 void gaim_gtk_pounces_init(void);

mercurial