diff src/prpl.h @ 8586:5af95c2b1179

[gaim-migrate @ 9336] Another patch from Pekka Riikonen, this one implementing a prpl-specific blist chat menu similar to the prpl-specific blist buddy menu. I also took the liberty of filling out the prpl callback structures with NULL entries for those which were short -- not that it matters, but it soothes my sense of aesthetics. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 05 Apr 2004 20:42:13 +0000
parents 058efd3cb86f
children 9ee2542d1104
line wrap: on
line diff
--- a/src/prpl.h	Mon Apr 05 20:15:29 2004 +0000
+++ b/src/prpl.h	Mon Apr 05 20:42:13 2004 +0000
@@ -329,6 +329,8 @@
 	void (*roomlist_cancel)(struct _GaimRoomlist *list);
 	void (*roomlist_expand_category)(struct _GaimRoomlist *list, struct _GaimRoomlistRoom *category);
 
+	/* Chat specific menu in the buddy list */
+	GList *(*chat_menu)(GaimConnection *, GHashTable *);
 };
 
 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \