comparison src/gtkpounce.h @ 5907:18486c860a46

[gaim-migrate @ 6339] Added an Add Buddy Pounce menu item to the conversation window. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 16 Jun 2003 21:43:43 +0000
parents 448f2f4ca3ec
children fa6395637e2c
comparison
equal deleted inserted replaced
5906:390d32a6b130 5907:18486c860a46
26 #include "pounce.h" 26 #include "pounce.h"
27 27
28 /** 28 /**
29 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog. 29 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog.
30 * 30 *
31 * @param buddy The optional buddy to pounce on. 31 * @param account The optional account to use.
32 * @param name The optional name to pounce on.
32 * @param cur_pounce The current buddy pounce, if editting an existing one. 33 * @param cur_pounce The current buddy pounce, if editting an existing one.
33 */ 34 */
34 void gaim_gtkpounce_dialog_show(struct buddy *buddy, GaimPounce *cur_pounce); 35 void gaim_gtkpounce_dialog_show(GaimAccount *account, const char *name,
36 GaimPounce *cur_pounce);
35 37
36 /** 38 /**
37 * Displays all registered buddy pounces in a menu. 39 * Displays all registered buddy pounces in a menu.
38 * 40 *
39 * @param menu The menu to add to. 41 * @param menu The menu to add to.