Fri, 29 Jul 2005 13:38:00 +0000
[gaim-migrate @ 13271]
Fixed some bugs and made some additions to the XSUBS. Added some of my test scripts which are incomplete, but mostly functional. GaimPluginPrefs and GaimGtkPluginPrefs--using evals to do the Gtk widgets with gtk2-perl--work. Plugin actions can now be added, but only one for now.
| 11120 | 1 | void __attribute__ ((constructor)) my_init(void) { |
| 2 | /* Very evil hack...puts perl.so's symbols in the global table */ | |
| 3 | /* but does not create a circular dependancy because g_module_open */ | |
| 4 | /* will only open the library once. */ | |
| 5 | g_module_open("perl.so", 0); | |
| 6 | } |