| 1 #include "gtkmodule.h" |
1 #include "gtkmodule.h" |
| 2 |
2 |
| 3 MODULE = Gaim::GtkUI::Dialogs PACKAGE = Gaim::GtkUI::Dialogs PREFIX = gaim_gtkdialogs_ |
3 MODULE = Pidgin::Dialogs PACKAGE = Pidgin::Dialogs PREFIX = pidgindialogs_ |
| 4 PROTOTYPES: ENABLE |
4 PROTOTYPES: ENABLE |
| 5 |
5 |
| 6 void |
6 void |
| 7 gaim_gtkdialogs_destroy_all() |
7 pidgindialogs_destroy_all() |
| 8 |
8 |
| 9 void |
9 void |
| 10 gaim_gtkdialogs_about() |
10 pidgindialogs_about() |
| 11 |
11 |
| 12 void |
12 void |
| 13 gaim_gtkdialogs_im() |
13 pidgindialogs_im() |
| 14 |
14 |
| 15 void |
15 void |
| 16 gaim_gtkdialogs_im_with_user(account, username) |
16 pidgindialogs_im_with_user(account, username) |
| 17 Gaim::Account account |
17 Gaim::Account account |
| 18 const char * username |
18 const char * username |
| 19 |
19 |
| 20 void |
20 void |
| 21 gaim_gtkdialogs_info() |
21 pidgindialogs_info() |
| 22 |
22 |
| 23 void |
23 void |
| 24 gaim_gtkdialogs_log() |
24 pidgindialogs_log() |
| 25 |
25 |
| 26 void |
26 void |
| 27 gaim_gtkdialogs_alias_contact(contact) |
27 pidgindialogs_alias_contact(contact) |
| 28 Gaim::BuddyList::Contact contact |
28 Gaim::BuddyList::Contact contact |
| 29 |
29 |
| 30 void |
30 void |
| 31 gaim_gtkdialogs_alias_buddy(buddy) |
31 pidgindialogs_alias_buddy(buddy) |
| 32 Gaim::BuddyList::Buddy buddy |
32 Gaim::BuddyList::Buddy buddy |
| 33 |
33 |
| 34 void |
34 void |
| 35 gaim_gtkdialogs_alias_chat(chat) |
35 pidgindialogs_alias_chat(chat) |
| 36 Gaim::BuddyList::Chat chat |
36 Gaim::BuddyList::Chat chat |
| 37 |
37 |
| 38 void |
38 void |
| 39 gaim_gtkdialogs_remove_buddy(buddy) |
39 pidgindialogs_remove_buddy(buddy) |
| 40 Gaim::BuddyList::Buddy buddy |
40 Gaim::BuddyList::Buddy buddy |
| 41 |
41 |
| 42 void |
42 void |
| 43 gaim_gtkdialogs_remove_group(group) |
43 pidgindialogs_remove_group(group) |
| 44 Gaim::BuddyList::Group group |
44 Gaim::BuddyList::Group group |
| 45 |
45 |
| 46 void |
46 void |
| 47 gaim_gtkdialogs_remove_chat(chat) |
47 pidgindialogs_remove_chat(chat) |
| 48 Gaim::BuddyList::Chat chat |
48 Gaim::BuddyList::Chat chat |
| 49 |
49 |
| 50 void |
50 void |
| 51 gaim_gtkdialogs_remove_contact(contact) |
51 pidgindialogs_remove_contact(contact) |
| 52 Gaim::BuddyList::Contact contact |
52 Gaim::BuddyList::Contact contact |