diff plugins/perl/common/module.h @ 11170:0e9e2b923d09

[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. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Fri, 29 Jul 2005 13:38:00 +0000
parents 7d2dae6e585f
children 519dc2186438
line wrap: on
line diff
--- a/plugins/perl/common/module.h	Fri Jul 29 05:05:52 2005 +0000
+++ b/plugins/perl/common/module.h	Fri Jul 29 13:38:00 2005 +0000
@@ -169,7 +169,7 @@
 typedef GaimPluginInfo *                Gaim__PluginInfo;
 typedef GaimPluginUiInfo *              Gaim__PluginUiInfo;
 typedef GaimPluginLoaderInfo *          Gaim__PluginLoaderInfo;
-typedef GaimPluginAction *              Gaim__PluginAction;
+typedef GaimPluginAction *              Gaim__Plugin__Action;
 
 	/* pluginpref.h */
 typedef GaimPluginPrefFrame *           Gaim__PluginPrefFrame;