annotate plugins/perl/common/Privacy.xs @ 12141:dcd2bcad2f3d
[gaim-migrate @ 14442]
These strings have been bothering me for quite some time. Flame me if you object to the changes. I also changed the default pounce action to 'pop up notification'. This isn't a big deal, as the action(s) you choose are saved as the default for the next time.
committer: Tailor Script <tailor@pidgin.im>
| author |
Richard Laager <rlaager@wiktel.com> |
| date |
Fri, 18 Nov 2005 23:35:26 +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
|