comparison src/gtkpounce.h @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents fa6395637e2c
children db62420a53a2
comparison
equal deleted inserted replaced
8734:407c122d6191 8735:92cbf9713795
30 /** 30 /**
31 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog. 31 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog.
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 editting 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_gtkpounce_dialog_show(GaimAccount *account, const char *name,
38 GaimPounce *cur_pounce); 38 GaimPounce *cur_pounce);
39 39
40 /** 40 /**