diff plugins/perl/common/BuddyList.xs @ 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 cb3cbd69284d
children 248b8b39c671
line wrap: on
line diff
--- a/plugins/perl/common/BuddyList.xs	Fri Jan 13 22:20:43 2006 +0000
+++ b/plugins/perl/common/BuddyList.xs	Fri Jan 13 23:00:43 2006 +0000
@@ -282,9 +282,9 @@
 void
 gaim_blist_node_set_flags(node, flags)
 	Gaim::BuddyList::Node node
-	Gaim::BlistNodeFlags flags
+	Gaim::BuddyList::NodeFlags flags
 
-Gaim::BlistNodeFlags
+Gaim::BuddyList::NodeFlags
 gaim_blist_node_get_flags(node)
 	Gaim::BuddyList::Node node