Wed, 11 Jan 2006 04:32:12 +0000
[gaim-migrate @ 15164]
Get rid of a compile warning by changing the definition of
(*GaimPrefCallback) to pass a gconstpointer val instead of
gpointer
| 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 |