diff 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
line wrap: on
line diff
--- a/plugins/perl/common/typemap	Tue Jan 17 19:28:45 2006 +0000
+++ b/plugins/perl/common/typemap	Tue Jan 17 23:22:19 2006 +0000
@@ -50,7 +50,6 @@
 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
 
 Gaim::Cipher				T_GaimObj
@@ -89,6 +88,8 @@
 Gaim::Log::ReadFlags			T_GaimObj
 Gaim::Log::Set				T_GaimObj
 
+Gaim::Menu::Action			T_GaimObj
+
 Gaim::NetworkListenCallback		T_PTR
 
 Gaim::NotifyCloseCallback		T_PTR