diff src/prpl.h @ 1032:643a4d81c18a

[gaim-migrate @ 1042] buddy list menus are based on connections/protocol. pretty spiffy. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Oct 2000 06:09:47 +0000
parents 38452403563b
children daad2440a642
line wrap: on
line diff
--- a/src/prpl.h	Fri Oct 27 08:10:29 2000 +0000
+++ b/src/prpl.h	Tue Oct 31 06:09:47 2000 +0000
@@ -39,7 +39,10 @@
 	int protocol;
 	char *(* name)();
 
+	/* returns the XPM associated with the given user class */
 	char **(* list_icon)(int);
+	/* returns a GtkMenu * for use in the buddy list */
+	void (* action_menu)(GtkWidget *, struct gaim_connection *, char *);
 
 	void (* login)		(struct aim_user *);
 	void (* close)		(struct gaim_connection *);