comparison src/prpl.h @ 4732:c15e0699acae

[gaim-migrate @ 5047] hopefully this doesn't break anything. - Capabilities are back in the tooltips - Jabber does the neat status thing in the buddy list - jabber "broken" buddies are gone! woohoo! - most of the right-click menu items moved back to where they used to live, but Get Info remains at the top, because that's where it should be. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 13 Mar 2003 06:08:56 +0000
parents b9e7ccf21f9c
children e23a7e166680
comparison
equal deleted inserted replaced
4731:6f0ecc21db46 4732:c15e0699acae
193 193
194 /** 194 /**
195 * Gets a short string representing this buddy's status. This will be shown 195 * Gets a short string representing this buddy's status. This will be shown
196 * on the buddy list. 196 * on the buddy list.
197 */ 197 */
198 const char *(* status_text)(struct buddy *buddy); 198 char *(* status_text)(struct buddy *buddy);
199 199
200 /** 200 /**
201 * Gets a string to put in the buddy list tooltip. 201 * Gets a string to put in the buddy list tooltip.
202 */ 202 */
203 char *(* tooltip_text)(struct buddy *buddy); 203 char *(* tooltip_text)(struct buddy *buddy);