diff src/prpl.h @ 4724:b9e7ccf21f9c

[gaim-migrate @ 5037] I stayed up all night and readded tooltips. It feels great. GTK 2 provides no easy way to add a tooltip to a row of a GtkTreeView so I had to do it all by hand. In doing so, I took some liberties and did some stuff most tooltips can't do... my tooltips have Markup and Pixbufs in them =-). Tomorrow, KingAnt gets back. I'll let him readd the AIM-specific tooltip stuff. Capabilities and logged on time used to live in the buddy struct, but were removed for being too aim-centric. KingAnt will put them back, I'm sure. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 12 Mar 2003 11:37:31 +0000
parents 534eaa4ead94
children c15e0699acae
line wrap: on
line diff
--- a/src/prpl.h	Wed Mar 12 07:09:27 2003 +0000
+++ b/src/prpl.h	Wed Mar 12 11:37:31 2003 +0000
@@ -197,6 +197,11 @@
 	 */
 	const char *(* status_text)(struct buddy *buddy);
 	
+	/**
+	 * Gets a string to put in the buddy list tooltip.
+	 */
+	char *(* tooltip_text)(struct buddy *buddy);
+	
 	GList *(* away_states)(struct gaim_connection *gc);
 	GList *(* actions)(struct gaim_connection *gc);
 	/* user_opts is a GList* of g_malloc'd struct proto_user_opts */