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