| 12 void |
12 void |
| 13 pidgindialogs_im() |
13 pidgindialogs_im() |
| 14 |
14 |
| 15 void |
15 void |
| 16 pidgindialogs_im_with_user(account, username) |
16 pidgindialogs_im_with_user(account, username) |
| 17 Gaim::Account account |
17 Purple::Account account |
| 18 const char * username |
18 const char * username |
| 19 |
19 |
| 20 void |
20 void |
| 21 pidgindialogs_info() |
21 pidgindialogs_info() |
| 22 |
22 |
| 23 void |
23 void |
| 24 pidgindialogs_log() |
24 pidgindialogs_log() |
| 25 |
25 |
| 26 void |
26 void |
| 27 pidgindialogs_alias_contact(contact) |
27 pidgindialogs_alias_contact(contact) |
| 28 Gaim::BuddyList::Contact contact |
28 Purple::BuddyList::Contact contact |
| 29 |
29 |
| 30 void |
30 void |
| 31 pidgindialogs_alias_buddy(buddy) |
31 pidgindialogs_alias_buddy(buddy) |
| 32 Gaim::BuddyList::Buddy buddy |
32 Purple::BuddyList::Buddy buddy |
| 33 |
33 |
| 34 void |
34 void |
| 35 pidgindialogs_alias_chat(chat) |
35 pidgindialogs_alias_chat(chat) |
| 36 Gaim::BuddyList::Chat chat |
36 Purple::BuddyList::Chat chat |
| 37 |
37 |
| 38 void |
38 void |
| 39 pidgindialogs_remove_buddy(buddy) |
39 pidgindialogs_remove_buddy(buddy) |
| 40 Gaim::BuddyList::Buddy buddy |
40 Purple::BuddyList::Buddy buddy |
| 41 |
41 |
| 42 void |
42 void |
| 43 pidgindialogs_remove_group(group) |
43 pidgindialogs_remove_group(group) |
| 44 Gaim::BuddyList::Group group |
44 Purple::BuddyList::Group group |
| 45 |
45 |
| 46 void |
46 void |
| 47 pidgindialogs_remove_chat(chat) |
47 pidgindialogs_remove_chat(chat) |
| 48 Gaim::BuddyList::Chat chat |
48 Purple::BuddyList::Chat chat |
| 49 |
49 |
| 50 void |
50 void |
| 51 pidgindialogs_remove_contact(contact) |
51 pidgindialogs_remove_contact(contact) |
| 52 Gaim::BuddyList::Contact contact |
52 Purple::BuddyList::Contact contact |