| 35 |
35 |
| 36 G_BEGIN_DECLS |
36 G_BEGIN_DECLS |
| 37 |
37 |
| 38 /* Functions in gtkdialogs.c (these should actually stay in this file) */ |
38 /* Functions in gtkdialogs.c (these should actually stay in this file) */ |
| 39 void pidgin_dialogs_destroy_all(void); |
39 void pidgin_dialogs_destroy_all(void); |
| 40 void pidgin_dialogs_about(void); |
|
| 41 void pidgin_dialogs_buildinfo(void); |
|
| 42 void pidgin_dialogs_developers(void); |
|
| 43 void pidgin_dialogs_translators(void); |
|
| 44 void pidgin_dialogs_plugins_info(void); |
40 void pidgin_dialogs_plugins_info(void); |
| 45 void pidgin_dialogs_im(void); |
41 void pidgin_dialogs_im(void); |
| 46 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *); |
42 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *); |
| 47 void pidgin_dialogs_info(void); |
43 void pidgin_dialogs_info(void); |
| 48 void pidgin_dialogs_log(void); |
44 void pidgin_dialogs_log(void); |