diff plugins/perl/common/module.h @ 12866:43d8af815a9d

[gaim-migrate @ 15217] Gaim::BuddyList::NodeFlags fits with the rest of the perl naming better than Gaim::BlistNodeFlags. Also some of the request api *_new functions now have default values so people can leave off the final parameter in the function call. Gaim::Request::Field::account_new("name", "label", undef) can now be Gaim::Request::Field::account_new("name", "label") for example. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 13 Jan 2006 23:00:43 +0000
parents 59ce7a35a22b
children e1603fd610fa
line wrap: on
line diff
--- a/plugins/perl/common/module.h	Fri Jan 13 22:20:43 2006 +0000
+++ b/plugins/perl/common/module.h	Fri Jan 13 23:00:43 2006 +0000
@@ -66,7 +66,7 @@
 /* blist.h */
 typedef GaimBlistNode *			Gaim__BuddyList__Node;
 typedef GaimBlistNodeAction *		Gaim__BuddyList__Node__Action;
-typedef GaimBlistNodeFlags		Gaim__BlistNodeFlags;
+typedef GaimBlistNodeFlags		Gaim__BuddyList__NodeFlags;
 typedef GaimBlistUiOps *		Gaim__BuddyList__UiOps;
 typedef GaimBuddyList *			Gaim__BuddyList;
 typedef GaimBuddy *			Gaim__BuddyList__Buddy;