Mon, 18 Sep 2006 04:26:33 +0000
[gaim-migrate @ 17305]
Remove a couple more commented out functions, fix the class we were blessing
things into with smiley themes, and add an indentatation level to the
bootstrap section of GtkUI.xs (doesn't matter now but bit me during some of my
testing).
| 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() |