comparison plugins/perl/common/typemap @ 12919:248b8b39c671

[gaim-migrate @ 15272] Replace GaimBlistNodeAction with the more generic GaimMenuAction, this is in preparation for letting the chat room user list have extensible menus like the blist entries do. (I know it's not exactly the prettiest, and the callback isn't exactly type-safe, when we eventually gobjectify everything we can get some safety back by using (GObject, gpointer) but that's for later.) I'm planning to look into merging GaimPluginActions into GaimMenuActions as well. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 17 Jan 2006 23:22:19 +0000
parents 3097275dbbdd
children e1e5462b7d81
comparison
equal deleted inserted replaced
12918:a05fbd9dcc31 12919:248b8b39c671
48 Gaim::BuddyList::Chat T_GaimObj 48 Gaim::BuddyList::Chat T_GaimObj
49 Gaim::BuddyList::Contact T_GaimObj 49 Gaim::BuddyList::Contact T_GaimObj
50 Gaim::BuddyList::Group T_GaimObj 50 Gaim::BuddyList::Group T_GaimObj
51 Gaim::BuddyList::Node T_GaimObj 51 Gaim::BuddyList::Node T_GaimObj
52 Gaim::BuddyList::NodeFlags T_IV 52 Gaim::BuddyList::NodeFlags T_IV
53 Gaim::BuddyList::Node::Action T_GaimObj
54 Gaim::BuddyList::UiOps T_GaimObj 53 Gaim::BuddyList::UiOps T_GaimObj
55 54
56 Gaim::Cipher T_GaimObj 55 Gaim::Cipher T_GaimObj
57 Gaim::CipherCaps T_IV 56 Gaim::CipherCaps T_IV
58 Gaim::Cipher::Ops T_GaimObj 57 Gaim::Cipher::Ops T_GaimObj
86 Gaim::LogType T_IV 85 Gaim::LogType T_IV
87 Gaim::Log::CommonLoggerData T_GaimObj 86 Gaim::Log::CommonLoggerData T_GaimObj
88 Gaim::Log::Logger T_GaimObj 87 Gaim::Log::Logger T_GaimObj
89 Gaim::Log::ReadFlags T_GaimObj 88 Gaim::Log::ReadFlags T_GaimObj
90 Gaim::Log::Set T_GaimObj 89 Gaim::Log::Set T_GaimObj
90
91 Gaim::Menu::Action T_GaimObj
91 92
92 Gaim::NetworkListenCallback T_PTR 93 Gaim::NetworkListenCallback T_PTR
93 94
94 Gaim::NotifyCloseCallback T_PTR 95 Gaim::NotifyCloseCallback T_PTR
95 Gaim::NotifyMsgType T_IV 96 Gaim::NotifyMsgType T_IV