comparison src/prpl.h @ 12943:82e918444965

[gaim-migrate @ 15296] Passing the 'full' condition to the prpls when building tooltips. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 19 Jan 2006 07:01:58 +0000
parents fc28451f5d96
children ec9b92104904
comparison
equal deleted inserted replaced
12942:432894b3bdad 12943:82e918444965
189 char *(*status_text)(GaimBuddy *buddy); 189 char *(*status_text)(GaimBuddy *buddy);
190 190
191 /** 191 /**
192 * Gets a string to put in the buddy list tooltip. 192 * Gets a string to put in the buddy list tooltip.
193 */ 193 */
194 char *(*tooltip_text)(GaimBuddy *buddy); 194 char *(*tooltip_text)(GaimBuddy *buddy, gboolean full);
195 195
196 /** 196 /**
197 * This must be implemented, and must add at least the offline 197 * This must be implemented, and must add at least the offline
198 * and online states. 198 * and online states.
199 */ 199 */