diff src/prpl.h @ 4722:534eaa4ead94

[gaim-migrate @ 5034] Provided a generic way for prpls to put text in the second line of the Big List and removed a hideous Yahoo! buddy menu hack in the process committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 12 Mar 2003 06:37:40 +0000
parents 283fb289c510
children b9e7ccf21f9c
line wrap: on
line diff
--- a/src/prpl.h	Wed Mar 12 02:27:28 2003 +0000
+++ b/src/prpl.h	Wed Mar 12 06:37:40 2003 +0000
@@ -190,6 +190,12 @@
 	 * interpret and display as relevant
 	 */
 	void (* list_emblems)(struct buddy *buddy, char **se, char **sw, char **nw, char **ne);
+
+	/**
+	 * Gets a short string representing this buddy's status.  This will be shown
+	 * on the buddy list.
+	 */
+	const char *(* status_text)(struct buddy *buddy);
 	
 	GList *(* away_states)(struct gaim_connection *gc);
 	GList *(* actions)(struct gaim_connection *gc);