| 28 |
28 |
| 29 #include "account.h" |
29 #include "account.h" |
| 30 #include "conversation.h" |
30 #include "conversation.h" |
| 31 |
31 |
| 32 /* Functions in gtkdialogs.c (these should actually stay in this file) */ |
32 /* Functions in gtkdialogs.c (these should actually stay in this file) */ |
| 33 void pidgindialogs_destroy_all(void); |
33 void pidgin_dialogs_destroy_all(void); |
| 34 void pidgindialogs_about(void); |
34 void pidgin_dialogs_about(void); |
| 35 void pidgindialogs_im(void); |
35 void pidgin_dialogs_im(void); |
| 36 void pidgindialogs_im_with_user(PurpleAccount *, const char *); |
36 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *); |
| 37 void pidgindialogs_info(void); |
37 void pidgin_dialogs_info(void); |
| 38 void pidgindialogs_log(void); |
38 void pidgin_dialogs_log(void); |
| 39 void pidgindialogs_alias_contact(PurpleContact *); |
39 void pidgin_dialogs_alias_contact(PurpleContact *); |
| 40 void pidgindialogs_alias_buddy(PurpleBuddy *); |
40 void pidgin_dialogs_alias_buddy(PurpleBuddy *); |
| 41 void pidgindialogs_alias_chat(PurpleChat *); |
41 void pidgin_dialogs_alias_chat(PurpleChat *); |
| 42 |
42 |
| 43 void pidgindialogs_remove_buddy(PurpleBuddy *); |
43 void pidgin_dialogs_remove_buddy(PurpleBuddy *); |
| 44 void pidgindialogs_remove_group(PurpleGroup *); |
44 void pidgin_dialogs_remove_group(PurpleGroup *); |
| 45 void pidgindialogs_remove_chat(PurpleChat *); |
45 void pidgin_dialogs_remove_chat(PurpleChat *); |
| 46 void pidgindialogs_remove_contact(PurpleContact *); |
46 void pidgin_dialogs_remove_contact(PurpleContact *); |
| 47 void pidgindialogs_merge_groups(PurpleGroup *, const char *); |
47 void pidgin_dialogs_merge_groups(PurpleGroup *, const char *); |
| 48 |
48 |
| 49 /* Everything after this should probably be moved elsewhere */ |
49 /* Everything after this should probably be moved elsewhere */ |
| 50 |
50 |
| 51 /** |
51 /** |
| 52 * Our UI's identifier. |
52 * Our UI's identifier. |