| 1 #include "gtkmodule.h" |
1 #include "gtkmodule.h" |
| 2 |
2 |
| 3 MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account PREFIX = gaim_gtk_account_ |
3 MODULE = Pidgin::Account PACKAGE = Pidgin::Account PREFIX = pidgin_account_ |
| 4 PROTOTYPES: ENABLE |
4 PROTOTYPES: ENABLE |
| 5 |
5 |
| 6 Gaim::Handle |
6 Gaim::Handle |
| 7 gaim_gtk_account_get_handle() |
7 pidgin_account_get_handle() |
| 8 |
8 |
| 9 MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account::Dialog PREFIX = gaim_gtk_account_dialog_ |
9 MODULE = Pidgin::Account PACKAGE = Pidgin::Account::Dialog PREFIX = pidgin_account_dialog_ |
| 10 PROTOTYPES: ENABLE |
10 PROTOTYPES: ENABLE |
| 11 |
11 |
| 12 void |
12 void |
| 13 gaim_gtk_account_dialog_show(type, account) |
13 pidgin_account_dialog_show(type, account) |
| 14 Gaim::GtkUI::Account::Dialog::Type type |
14 Pidgin::Account::Dialog::Type type |
| 15 Gaim::Account account |
15 Gaim::Account account |
| 16 |
16 |
| 17 MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account::Window PREFIX = gaim_gtk_accounts_window_ |
17 MODULE = Pidgin::Account PACKAGE = Pidgin::Account::Window PREFIX = pidgin_accounts_window_ |
| 18 PROTOTYPES: ENABLE |
18 PROTOTYPES: ENABLE |
| 19 |
19 |
| 20 void |
20 void |
| 21 gaim_gtk_accounts_window_show() |
21 pidgin_accounts_window_show() |
| 22 |
22 |
| 23 void |
23 void |
| 24 gaim_gtk_accounts_window_hide() |
24 pidgin_accounts_window_hide() |