comparison libpurple/prpl.h @ 20928:ed40911613a0

Try my hardest to get rid of some Doxygen warnings. One is left and I don't know why.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 19:52:38 +0000
parents 3375d44ccad7
children 42ecde230f91
comparison
equal deleted inserted replaced
20927:3d704e6bd08a 20928:ed40911613a0
295 void (*keepalive)(PurpleConnection *); 295 void (*keepalive)(PurpleConnection *);
296 296
297 /** new user registration */ 297 /** new user registration */
298 void (*register_user)(PurpleAccount *); 298 void (*register_user)(PurpleAccount *);
299 299
300 /** Deprecated and vestigal; use #get_cb_real_name and #get_info 300 /**
301 * instead. 301 * @deprecated Use #PurplePluginProtocolInfo.get_info instead.
302 */ 302 */
303 void (*get_cb_info)(PurpleConnection *, int, const char *who); 303 void (*get_cb_info)(PurpleConnection *, int, const char *who);
304 /** Also deprecated and vestigal; use #get_cb_real_name and 304 /**
305 * #status_text instead. 305 * @deprecated Use #PurplePluginProtocolInfo.get_cb_real_name and
306 * #PurplePluginProtocolInfo.status_text instead.
306 */ 307 */
307 void (*get_cb_away)(PurpleConnection *, int, const char *who); 308 void (*get_cb_away)(PurpleConnection *, int, const char *who);
308 309
309 /** save/store buddy's alias on server list/roster */ 310 /** save/store buddy's alias on server list/roster */
310 void (*alias_buddy)(PurpleConnection *, const char *who, 311 void (*alias_buddy)(PurpleConnection *, const char *who,