comparison libpurple/prpl.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 84b3ab83df35
comparison
equal deleted inserted replaced
15461:e9c12873fae0 15462:0b6f337a46d5
182 182
183 /** 183 /**
184 * Fills the four char**'s with string identifiers for "emblems" 184 * Fills the four char**'s with string identifiers for "emblems"
185 * that the UI will interpret and display as relevant 185 * that the UI will interpret and display as relevant
186 */ 186 */
187 void (*list_emblems)(GaimBuddy *buddy, const char **se, const char **sw, 187 const char *(*list_emblem)(GaimBuddy *buddy);
188 const char **nw, const char **ne);
189 188
190 /** 189 /**
191 * Gets a short string representing this buddy's status. This will 190 * Gets a short string representing this buddy's status. This will
192 * be shown on the buddy list. 191 * be shown on the buddy list.
193 */ 192 */