| 26 #ifndef _PIDGINDIALOGS_H_ |
26 #ifndef _PIDGINDIALOGS_H_ |
| 27 #define _PIDGINDIALOGS_H_ |
27 #define _PIDGINDIALOGS_H_ |
| 28 |
28 |
| 29 #include <purple.h> |
29 #include <purple.h> |
| 30 |
30 |
| |
31 #include "pidginversion.h" |
| |
32 |
| 31 G_BEGIN_DECLS |
33 G_BEGIN_DECLS |
| 32 |
34 |
| |
35 PIDGIN_AVAILABLE_IN_ALL |
| 33 void pidgin_dialogs_im(void); |
36 void pidgin_dialogs_im(void); |
| |
37 |
| |
38 PIDGIN_AVAILABLE_IN_ALL |
| 34 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username); |
39 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username); |
| |
40 |
| |
41 PIDGIN_AVAILABLE_IN_ALL |
| 35 void pidgin_dialogs_info(void); |
42 void pidgin_dialogs_info(void); |
| 36 |
43 |
| |
44 PIDGIN_AVAILABLE_IN_ALL |
| 37 void pidgin_dialogs_alias_buddy(PurpleBuddy *buddy); |
45 void pidgin_dialogs_alias_buddy(PurpleBuddy *buddy); |
| |
46 |
| |
47 PIDGIN_AVAILABLE_IN_ALL |
| 38 void pidgin_dialogs_alias_chat(PurpleChat *chat); |
48 void pidgin_dialogs_alias_chat(PurpleChat *chat); |
| 39 |
49 |
| 40 G_END_DECLS |
50 G_END_DECLS |
| 41 |
51 |
| 42 #endif /* _PIDGINDIALOGS_H_ */ |
52 #endif /* _PIDGINDIALOGS_H_ */ |