| 31 #include "pidginversion.h" |
31 #include "pidginversion.h" |
| 32 |
32 |
| 33 G_BEGIN_DECLS |
33 G_BEGIN_DECLS |
| 34 |
34 |
| 35 PIDGIN_AVAILABLE_IN_ALL |
35 PIDGIN_AVAILABLE_IN_ALL |
| 36 void pidgin_dialogs_im(void); |
|
| 37 |
|
| 38 PIDGIN_AVAILABLE_IN_ALL |
|
| 39 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username); |
36 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username); |
| 40 |
37 |
| 41 PIDGIN_AVAILABLE_IN_ALL |
38 PIDGIN_AVAILABLE_IN_ALL |
| 42 void pidgin_dialogs_info(void); |
39 void pidgin_dialogs_info(void); |
| 43 |
40 |