diff src/prpl.h @ 1499:de0b946e86a4

[gaim-migrate @ 1509] woohoo, i'm back. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 23 Feb 2001 23:58:35 +0000
parents 336fc98b7f90
children a054c28735fb
line wrap: on
line diff
--- a/src/prpl.h	Thu Feb 22 23:07:34 2001 +0000
+++ b/src/prpl.h	Fri Feb 23 23:58:35 2001 +0000
@@ -54,10 +54,12 @@
 	/* returns the XPM associated with the given user class */
 	char **(* list_icon)(int);
 	GList *(* away_states)();
+	GList *(* actions)();
+	void   (* do_action)(struct gaim_connection *, char *);
 
 	/* when UI plugins come, these will have to be reconciled by returning
 	 * structs indicating what kinds of information they want displayed. */
-	void (* action_menu)(GtkWidget *, struct gaim_connection *, char *);
+	void (* buddy_menu)(GtkWidget *, struct gaim_connection *, char *);
 	void (* user_opts)(GtkWidget *, struct aim_user *);
 	void (* draw_new_user)(GtkWidget *);
 	void (* do_new_user)();