diff plugins/perl/common/module.h @ 12364:6fd82071a7b8

[gaim-migrate @ 14668] sf patch #1373688, from Will Thompson "Make the Perl bindings more Perl-ish" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 05 Dec 2005 23:54:34 +0000
parents 976677e67239
children 59ce7a35a22b
line wrap: on
line diff
--- a/plugins/perl/common/module.h	Mon Dec 05 23:41:29 2005 +0000
+++ b/plugins/perl/common/module.h	Mon Dec 05 23:54:34 2005 +0000
@@ -178,7 +178,7 @@
 typedef GaimPluginAction *              Gaim__Plugin__Action;
 
 	/* pluginpref.h */
-typedef GaimPluginPrefFrame *           Gaim__PluginPrefFrame;
+typedef GaimPluginPrefFrame *           Gaim__PluginPref__Frame;
 typedef GaimPluginPref *                Gaim__PluginPref;
 typedef GaimPluginPrefType              Gaim__PluginPrefType;
 
@@ -250,6 +250,7 @@
 typedef GaimValue *			Gaim__Value;
 
 	/* xmlnode.h */
+typedef	xmlnode *			Gaim__XMLNode;
 typedef XMLNodeType             XMLNode__Type;