comparison plugins/perl/common/Privacy.xs @ 11118:134d0001983d

[gaim-migrate @ 13174] Some new xsubs for the perl interpreter and a work around to get it all working again. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Mon, 18 Jul 2005 13:37:38 +0000
parents
children b284c703d398
comparison
equal deleted inserted replaced
11117:5a8bc4b1f5b6 11118:134d0001983d
1
2 #include "module.h"
3
4 /* TODO
5
6
7 */
8
9 MODULE = Gaim::Privacy PACKAGE = Gaim::Privacy PREFIX = gaim_privacy_
10 PROTOTYPES: ENABLE
11
12 Gaim::Privacy::UiOps
13 gaim_privacy_get_ui_ops()
14
15
16 void
17 gaim_privacy_init()
18
19
20 void
21 gaim_privacy_set_ui_ops(ops)
22 Gaim::Privacy::UiOps ops
23