comparison src/protocols/yahoo/yahoo.h @ 9220:f0488214826f

[gaim-migrate @ 10016] wing made yahoo profiles even better. They now include all the tooltip info, and also include a link to the profile, so you can open it in your browser with just a click. He also says: Note: I added _() to some "<b>%s:</b> %s" sort of strings, because otherwise the display would be very ugly. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 06 Jun 2004 18:01:32 +0000
parents 76125b842b23
children 8054855f2bb9
comparison
equal deleted inserted replaced
9219:ec2a51abcc71 9220:f0488214826f
231 * @param utf8 Did the server tell us it was supposed to be utf8? 231 * @param utf8 Did the server tell us it was supposed to be utf8?
232 * @return The decoded, utf-8 string, which must be g_free()'d. 232 * @return The decoded, utf-8 string, which must be g_free()'d.
233 */ 233 */
234 char *yahoo_string_decode(GaimConnection *gc, const char *str, gboolean utf8); 234 char *yahoo_string_decode(GaimConnection *gc, const char *str, gboolean utf8);
235 235
236 /* previously-static functions, now needed for yahoo_profile.c */
237 char *yahoo_tooltip_text(GaimBuddy *b);
238
236 /* yahoo_profile.c */ 239 /* yahoo_profile.c */
237 void yahoo_get_info(GaimConnection *gc, const char *name); 240 void yahoo_get_info(GaimConnection *gc, const char *name);
238 241
239 #endif /* _YAHOO_H_ */ 242 #endif /* _YAHOO_H_ */