comparison plugins/perl/common/Notify.xs @ 11290:b284c703d398

[gaim-migrate @ 13490] Did some house cleaning on the code finished up some of the "TODO" stuff that was left over from when I originally did the XSUBs. Furthermore, the dynamically loaded Perl package problems should be corrected now that the context is set before one of the concurrent perl interpreters is run. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Thu, 18 Aug 2005 01:35:14 +0000
parents 134d0001983d
children c9b815aeddc1
comparison
equal deleted inserted replaced
11289:b633879e23f9 11290:b284c703d398
1
2 #include "module.h" 1 #include "module.h"
3
4 /* TODO
5
6
7 */
8 2
9 MODULE = Gaim::Notify PACKAGE = Gaim::Notify PREFIX = gaim_notify_ 3 MODULE = Gaim::Notify PACKAGE = Gaim::Notify PREFIX = gaim_notify_
10 PROTOTYPES: ENABLE 4 PROTOTYPES: ENABLE
11
12
13 5
14 void 6 void
15 gaim_notify_close(type, ui_handle) 7 gaim_notify_close(type, ui_handle)
16 Gaim::NotifyType type 8 Gaim::NotifyType type
17 void * ui_handle 9 void * ui_handle