Mon, 18 Sep 2006 04:22:44 +0000
[gaim-migrate @ 17303]
Remove a bunch of functions that are commented out because they can't work
currently, they'll come back if I can get the actual Gtk2 perl stuff to not
crash, but they were just taking up space and getting in my way (since they
are removed already in my other tree).
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
| 14629 | 3 | MODULE = Gaim::GtkUI::Privacy PACKAGE = Gaim::GtkUI::Privacy PREFIX = gaim_gtk_ |
| 14478 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
| 6 | void | |
| 7 | gaim_gtk_request_add_permit(account, name) | |
| 8 | Gaim::Account account | |
| 9 | const char * name | |
| 10 | ||
| 11 | void | |
| 12 | gaim_gtk_request_add_block(account, name) | |
| 13 | Gaim::Account account | |
| 14 | const char * name | |
| 15 | ||
| 14629 | 16 | MODULE = Gaim::GtkUI::Privacy PACKAGE = Gaim::GtkUI::Privacy::Dialog PREFIX = gaim_gtk_privacy_dialog_ |
| 14478 | 17 | PROTOTYPES: ENABLE |
| 18 | ||
| 19 | void | |
| 20 | gaim_gtk_privacy_dialog_show() | |
| 21 | ||
| 22 | void | |
| 23 | gaim_gtk_privacy_dialog_hide() |