diff plugins/perl/common/typemap @ 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/typemap	Fri Jan 13 22:20:43 2006 +0000
+++ b/plugins/perl/common/typemap	Fri Jan 13 23:00:43 2006 +0000
@@ -41,7 +41,6 @@
 Gaim::Account::UiOps			T_GaimObj
 Gaim::Account::UserSplit		T_GaimObj
 
-Gaim::BlistNodeFlags			T_IV
 Gaim::Buddy::Icon			T_GaimObj
 Gaim::Buddy::Icon::Spec			T_GaimObj
 Gaim::BuddyList				T_GaimObj
@@ -50,6 +49,7 @@
 Gaim::BuddyList::Contact		T_GaimObj
 Gaim::BuddyList::Group			T_GaimObj
 Gaim::BuddyList::Node			T_GaimObj
+Gaim::BuddyList::NodeFlags		T_IV
 Gaim::BuddyList::Node::Action		T_GaimObj
 Gaim::BuddyList::UiOps			T_GaimObj