Sun, 22 Jan 2006 05:17:38 +0000
[gaim-migrate @ 15337]
Perl plugins now have ids. Not having them was causing crashes with the
dependent plugin unloading stuff. Some fixes to that code in a minute.
| 11118 | 1 | #include "module.h" |
| 2 | ||
| 3 | MODULE = Gaim::Privacy PACKAGE = Gaim::Privacy PREFIX = gaim_privacy_ | |
| 4 | PROTOTYPES: ENABLE | |
| 5 | ||
| 6 | Gaim::Privacy::UiOps | |
| 7 | gaim_privacy_get_ui_ops() | |
| 8 | ||
| 12773 | 9 | void |
| 11118 | 10 | gaim_privacy_init() |
| 11 | ||
| 12773 | 12 | void |
| 11118 | 13 | gaim_privacy_set_ui_ops(ops) |
| 14 | Gaim::Privacy::UiOps ops |