Mon, 18 Sep 2006 04:27:49 +0000
[gaim-migrate @ 17306]
Fix the package namespacing of a couple utility functions.
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
| 14629 | 3 | MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account PREFIX = gaim_gtk_account_ |
| 14478 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
| 6 | void * | |
| 7 | gaim_gtk_account_get_handle() | |
| 8 | ||
| 14629 | 9 | MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account::Dialog PREFIX = gaim_gtk_account_dialog_ |
| 14478 | 10 | PROTOTYPES: ENABLE |
| 11 | ||
| 12 | void | |
| 13 | gaim_gtk_account_dialog_show(type, account) | |
| 14629 | 14 | Gaim::GtkUI::Account::Dialog::Type type |
| 14478 | 15 | Gaim::Account account |
| 16 | ||
| 14629 | 17 | MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account::Window PREFIX = gaim_gtk_accounts_window_ |
| 14478 | 18 | PROTOTYPES: ENABLE |
| 19 | ||
| 20 | void | |
| 21 | gaim_gtk_accounts_window_show() | |
| 22 | ||
| 23 | void | |
| 24 | gaim_gtk_accounts_window_hide() |