Mercurial > pidgin
view plugins/perl/libgaimperl.c @ 11732:03c813a42c76
[gaim-migrate @ 14023]
here's what iw as working on, with the bits that activiate it commented out.
its not finished at all, but i'm tired of people breaking it ;)
hopefully this will motivate me to finish it tonight/tomorrow.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Sun, 23 Oct 2005 01:42:01 +0000 (2005-10-23) |
parents | 35f2e6411966 |
children | f8cd06753755 |
line wrap: on
line source
void __attribute__ ((constructor)) my_init(void) { /* Very evil hack...puts perl.so's symbols in the global table */ /* but does not create a circular dependancy because g_module_open */ /* will only open the library once. */ g_module_open("perl.so", 0); }