diff src/multi.h @ 8952:e3f4657fa555

[gaim-migrate @ 9724] " This patch enables plugins to have the ability to provide a list of named call-backs for a GaimGroup in the buddy list. Most of the credit for this should go to Christopher (siege) O'Brien who did the same for the buddy menu (patch 907267). See his excellent description on that patch :)" --Stu Tomlinson committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 16 May 2004 17:43:00 +0000
parents 7024b595b6ae
children 8cf32769ba1b
line wrap: on
line diff
--- a/src/multi.h	Sun May 16 15:46:46 2004 +0000
+++ b/src/multi.h	Sun May 16 17:43:00 2004 +0000
@@ -45,6 +45,11 @@
 	GaimConnection *gc;
 };
 
+struct proto_group_menu {
+	char *label;
+	void (*callback)(GaimGroup *);
+};
+
 struct proto_chat_entry {
 	char *label;
 	char *identifier;