comparison 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
comparison
equal deleted inserted replaced
12865:27c4145c6daa 12866:43d8af815a9d
64 typedef GaimAccountUserSplit * Gaim__Account__UserSplit; 64 typedef GaimAccountUserSplit * Gaim__Account__UserSplit;
65 65
66 /* blist.h */ 66 /* blist.h */
67 typedef GaimBlistNode * Gaim__BuddyList__Node; 67 typedef GaimBlistNode * Gaim__BuddyList__Node;
68 typedef GaimBlistNodeAction * Gaim__BuddyList__Node__Action; 68 typedef GaimBlistNodeAction * Gaim__BuddyList__Node__Action;
69 typedef GaimBlistNodeFlags Gaim__BlistNodeFlags; 69 typedef GaimBlistNodeFlags Gaim__BuddyList__NodeFlags;
70 typedef GaimBlistUiOps * Gaim__BuddyList__UiOps; 70 typedef GaimBlistUiOps * Gaim__BuddyList__UiOps;
71 typedef GaimBuddyList * Gaim__BuddyList; 71 typedef GaimBuddyList * Gaim__BuddyList;
72 typedef GaimBuddy * Gaim__BuddyList__Buddy; 72 typedef GaimBuddy * Gaim__BuddyList__Buddy;
73 typedef GaimChat * Gaim__BuddyList__Chat; 73 typedef GaimChat * Gaim__BuddyList__Chat;
74 typedef GaimContact * Gaim__BuddyList__Contact; 74 typedef GaimContact * Gaim__BuddyList__Contact;