plugins/perl/libgaimperl.c@27bb80119f01
plugins/perl/libgaimperl.c
Thu, 11 Aug 2005 07:56:29 +0000
- author
- Charlie Stockman <chuckleberry@users.sourceforge.net>
- date
- Thu, 11 Aug 2005 07:56:29 +0000
- changeset 11232
- 27bb80119f01
- parent 11120
-
beeb901ca8a9
- child 11862
-
5d4bc6d54688
- permissions
- -rw-r--r--
[gaim-migrate @ 13372]
committing crazychat again. hopefully here to stay.
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);
}