src/prpl.h

changeset 4724
2c7fae3847c8
parent 4722
f834a9a217c4
child 4732
a0857625cadb
equal deleted inserted replaced
4723:cb4ba81fe4cc 4724:2c7fae3847c8
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 const char *(* status_text)(struct buddy *buddy);
199
200 /**
201 * Gets a string to put in the buddy list tooltip.
202 */
203 char *(* tooltip_text)(struct buddy *buddy);
199 204
200 GList *(* away_states)(struct gaim_connection *gc); 205 GList *(* away_states)(struct gaim_connection *gc);
201 GList *(* actions)(struct gaim_connection *gc); 206 GList *(* actions)(struct gaim_connection *gc);
202 /* user_opts is a GList* of g_malloc'd struct proto_user_opts */ 207 /* user_opts is a GList* of g_malloc'd struct proto_user_opts */
203 GList *user_opts; 208 GList *user_opts;

mercurial