Mercurial > pidgin
view plugins/perl/libgaimperl.c @ 12289:d4ffa29eaa4f
[gaim-migrate @ 14593]
This renames the OSCAR file transfer documentation to not contain
spaces. I've had to correct a few habits to make them space-safe, but
this old dog can only learn so many new tricks. Renaming these will
eliminate the only spaces I ever have to deal with.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Fri, 02 Dec 2005 01:08:30 +0000 |
parents | f8cd06753755 |
children | a4229dd9c76a |
line wrap: on
line source
#include <gmodule.h> 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); }