comparison pidgin/gtkdialogs.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
29 29
30 #include "account.h" 30 #include "account.h"
31 #include "conversation.h" 31 #include "conversation.h"
32 32
33 /* Functions in gtkdialogs.c (these should actually stay in this file) */ 33 /* Functions in gtkdialogs.c (these should actually stay in this file) */
34
35 void pidgin_dialogs_destroy_all(void); 34 void pidgin_dialogs_destroy_all(void);
36
37 /**
38 * @deprecated Use pidgin_dialogs_about_with_parent() instead.
39 */
40 void pidgin_dialogs_about(void); 35 void pidgin_dialogs_about(void);
41
42 /**
43 * @since 2.3.0
44 */
45 void pidgin_dialogs_about_with_parent(GtkWindow *parent);
46
47 void pidgin_dialogs_im(void); 36 void pidgin_dialogs_im(void);
48 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *); 37 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *);
49 void pidgin_dialogs_info(void); 38 void pidgin_dialogs_info(void);
50 void pidgin_dialogs_log(void); 39 void pidgin_dialogs_log(void);
51 40