Mercurial > pidgin.yaz
comparison pidgin/gtkpounce.h @ 15823:32c366eeeb99
sed -ie 's/gaim/purple/g'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 19 Mar 2007 07:01:17 +0000 |
parents | 760ef6d78d2d |
children | 66dff3dfdea6 |
comparison
equal
deleted
inserted
replaced
15822:84b0f9b23ede | 15823:32c366eeeb99 |
---|---|
1 /** | 1 /** |
2 * @file gtkpounce.h GTK+ Buddy Pounce API | 2 * @file gtkpounce.h GTK+ Buddy Pounce API |
3 * @ingroup gtkui | 3 * @ingroup gtkui |
4 * | 4 * |
5 * gaim | 5 * purple |
6 * | 6 * |
7 * Pidgin is the legal property of its developers, whose names are too numerous | 7 * Pidgin is the legal property of its developers, whose names are too numerous |
8 * to list here. Please refer to the COPYRIGHT file distributed with this | 8 * to list here. Please refer to the COPYRIGHT file distributed with this |
9 * source distribution. | 9 * source distribution. |
10 * | 10 * |
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 pidgin_pounce_editor_show(GaimAccount *account, const char *name, | 37 void pidgin_pounce_editor_show(PurpleAccount *account, const char *name, |
38 GaimPounce *cur_pounce); | 38 PurplePounce *cur_pounce); |
39 | 39 |
40 /** | 40 /** |
41 * Shows the pounces manager window. | 41 * Shows the pounces manager window. |
42 */ | 42 */ |
43 void pidgin_pounces_manager_show(void); | 43 void pidgin_pounces_manager_show(void); |