comparison libpurple/protocols/oscar/oscarcommon.h @ 15462:0b6f337a46d5

Emblems in the blist
author Sean Egan <seanegan@gmail.com>
date Tue, 30 Jan 2007 06:53:23 +0000
parents 5fe8042783c1
children 71af5b6209d5
comparison
equal deleted inserted replaced
15461:e9c12873fae0 15462:0b6f337a46d5
45 #ifdef _WIN32 45 #ifdef _WIN32
46 const char *oscar_get_locale_charset(void); 46 const char *oscar_get_locale_charset(void);
47 #endif 47 #endif
48 const char *oscar_list_icon_icq(GaimAccount *a, GaimBuddy *b); 48 const char *oscar_list_icon_icq(GaimAccount *a, GaimBuddy *b);
49 const char *oscar_list_icon_aim(GaimAccount *a, GaimBuddy *b); 49 const char *oscar_list_icon_aim(GaimAccount *a, GaimBuddy *b);
50 void oscar_list_emblems(GaimBuddy *b, const char **se, const char **sw, const char **nw, const char **ne); 50 const char* oscar_list_emblem(GaimBuddy *b);
51 char *oscar_status_text(GaimBuddy *b); 51 char *oscar_status_text(GaimBuddy *b);
52 void oscar_tooltip_text(GaimBuddy *b, GaimNotifyUserInfo *user_info, gboolean full); 52 void oscar_tooltip_text(GaimBuddy *b, GaimNotifyUserInfo *user_info, gboolean full);
53 GList *oscar_status_types(GaimAccount *account); 53 GList *oscar_status_types(GaimAccount *account);
54 GList *oscar_blist_node_menu(GaimBlistNode *node); 54 GList *oscar_blist_node_menu(GaimBlistNode *node);
55 GList *oscar_chat_info(GaimConnection *gc); 55 GList *oscar_chat_info(GaimConnection *gc);