annotate plugins/perl/common/Privacy.xs @ 11980:67fbd2ff4c4e
[gaim-migrate @ 14273]
Mono cleanup patch from Eoin Coffey
First, I changed mono_loader_ to ml_, since I was
getting sick of typing mono_loader_ :-D
Moved the mono runtime init and deinit code out of
mono.c into ml_init and ml_uninit in mono-helper.c
Added api/Status.cs and loader/status-glue.c so the
.net api now knows very little (as in the 'id') of
statuses.
committer: Tailor Script <tailor@pidgin.im>
| author |
Gary Kramlich <grim@reaperworld.com> |
| date |
Sat, 05 Nov 2005 02:09:30 +0000 |
| parents |
b284c703d398 |
| children |
96f9b4798012 |
| rev |
line source |
|
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
|
|
|
9
|
|
|
10 void
|
|
|
11 gaim_privacy_init()
|
|
|
12
|
|
|
13
|
|
|
14 void
|
|
|
15 gaim_privacy_set_ui_ops(ops)
|
|
|
16 Gaim::Privacy::UiOps ops
|
|
|
17
|