| 34 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username); |
34 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username); |
| 35 void pidgin_dialogs_info(void); |
35 void pidgin_dialogs_info(void); |
| 36 |
36 |
| 37 void pidgin_dialogs_alias_buddy(PurpleBuddy *buddy); |
37 void pidgin_dialogs_alias_buddy(PurpleBuddy *buddy); |
| 38 void pidgin_dialogs_alias_chat(PurpleChat *chat); |
38 void pidgin_dialogs_alias_chat(PurpleChat *chat); |
| 39 void pidgin_dialogs_remove_buddy(PurpleBuddy *buddy); |
|
| 40 void pidgin_dialogs_remove_group(PurpleGroup *group); |
|
| 41 void pidgin_dialogs_remove_chat(PurpleChat *chat); |
|
| 42 void pidgin_dialogs_remove_contact(PurpleMetaContact *contact); |
|
| 43 void pidgin_dialogs_merge_groups(PurpleGroup *group, const char *name); |
|
| 44 |
39 |
| 45 G_END_DECLS |
40 G_END_DECLS |
| 46 |
41 |
| 47 #endif /* _PIDGINDIALOGS_H_ */ |
42 #endif /* _PIDGINDIALOGS_H_ */ |