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).
#include "gtkmodule.h" MODULE = Gaim::GtkUI::Privacy PACKAGE = Gaim::GtkUI::Privacy PREFIX = gaim_gtk_ PROTOTYPES: ENABLE void gaim_gtk_request_add_permit(account, name) Gaim::Account account const char * name void gaim_gtk_request_add_block(account, name) Gaim::Account account const char * name MODULE = Gaim::GtkUI::Privacy PACKAGE = Gaim::GtkUI::Privacy::Dialog PREFIX = gaim_gtk_privacy_dialog_ PROTOTYPES: ENABLE void gaim_gtk_privacy_dialog_show() void gaim_gtk_privacy_dialog_hide()