diff plugins/perl/common/module.h @ 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 6be2c7c70a82
line wrap: on
line diff
--- a/plugins/perl/common/module.h	Tue Jan 17 19:28:45 2006 +0000
+++ b/plugins/perl/common/module.h	Tue Jan 17 23:22:19 2006 +0000
@@ -65,7 +65,6 @@
 
 /* blist.h */
 typedef GaimBlistNode *			Gaim__BuddyList__Node;
-typedef GaimBlistNodeAction *		Gaim__BuddyList__Node__Action;
 typedef GaimBlistNodeFlags		Gaim__BuddyList__NodeFlags;
 typedef GaimBlistUiOps *		Gaim__BuddyList__UiOps;
 typedef GaimBuddyList *			Gaim__BuddyList;
@@ -246,6 +245,9 @@
 
 typedef GaimStringref *			Gaim__Stringref;
 
+/* util.h */
+typedef GaimMenuAction *		Gaim__Menu__Action;
+
 /* value.h */
 typedef GaimValue *			Gaim__Value;