comparison pidgin/gtkpounce.h @ 21344:80af064d311c

merge of '2511e448b3af6dfc5daebf1f6d4b485ef647c245' and '471ae1ec0ae96bb44471811c3a0d6b905743a400'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 22:59:44 +0000
parents 0b67d509a305 2ae1233bd6b2
children b00c94436918
comparison
equal deleted inserted replaced
21231:002c2495cae3 21344:80af064d311c
32 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog. 32 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog.
33 * 33 *
34 * @param account The optional account to use. 34 * @param account The optional account to use.
35 * @param name The optional name to pounce on. 35 * @param name The optional name to pounce on.
36 * @param cur_pounce The current buddy pounce, if editing an existing one. 36 * @param cur_pounce The current buddy pounce, if editing an existing one.
37 *
38 * @deprecated Use pidgin_pounce_editor_show_with_parent() instead.
39 */ 37 */
40 void pidgin_pounce_editor_show(PurpleAccount *account, const char *name, 38 void pidgin_pounce_editor_show(PurpleAccount *account, const char *name,
41 PurplePounce *cur_pounce); 39 PurplePounce *cur_pounce);
42 40
43 /** 41 /**
44 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog.
45 *
46 * @param parent The parent window.
47 * @param account The optional account to use.
48 * @param name The optional name to pounce on.
49 * @param cur_pounce The current buddy pounce, if editing an existing one.
50 *
51 * @since 2.3.0
52 */
53 void pidgin_pounce_editor_show_with_parent(GtkWindow *parent, PurpleAccount *account, const char *name,
54 PurplePounce *cur_pounce);
55
56 /**
57 * Shows the pounces manager window. 42 * Shows the pounces manager window.
58 *
59 * @deprecated Use pidgin_pounces_manager_show_with_parent() instead.
60 */ 43 */
61 void pidgin_pounces_manager_show(void); 44 void pidgin_pounces_manager_show(void);
62
63 /**
64 * Shows the pounces manager window.
65 *
66 * @since 2.3.0
67 */
68 void pidgin_pounces_manager_show_with_parent(GtkWindow *parent);
69 45
70 /** 46 /**
71 * Hides the pounces manager window. 47 * Hides the pounces manager window.
72 */ 48 */
73 void pidgin_pounces_manager_hide(void); 49 void pidgin_pounces_manager_hide(void);