Mercurial > pidgin.yaz
comparison libpurple/prpl.h @ 32592:d50bdda3dc81
propagate from branch 'im.pidgin.pidgin' (head e6d5f823c4caa7144f24e6c71090dcf9b87528b0)
to branch 'im.pidgin.cpw.masca.webkit' (head b476d9d3a50b2c2c895471c6dd6231384749ff92)
author | masca@cpw.pidgin.im |
---|---|
date | Wed, 07 Sep 2011 05:44:17 +0000 |
parents | c6943fd38d44 |
children | 5aa171c8776b |
comparison
equal
deleted
inserted
replaced
32591:91d098444b91 | 32592:d50bdda3dc81 |
---|---|
446 | 446 |
447 /** | 447 /** |
448 * @deprecated Use #PurplePluginProtocolInfo.get_info instead. | 448 * @deprecated Use #PurplePluginProtocolInfo.get_info instead. |
449 */ | 449 */ |
450 void (*get_cb_info)(PurpleConnection *, int, const char *who); | 450 void (*get_cb_info)(PurpleConnection *, int, const char *who); |
451 /** | |
452 * @deprecated Use #PurplePluginProtocolInfo.get_cb_real_name and | |
453 * #PurplePluginProtocolInfo.status_text instead. | |
454 */ | |
455 void (*get_cb_away)(PurpleConnection *, int, const char *who); | |
456 | 451 |
457 /** save/store buddy's alias on server list/roster */ | 452 /** save/store buddy's alias on server list/roster */ |
458 void (*alias_buddy)(PurpleConnection *, const char *who, | 453 void (*alias_buddy)(PurpleConnection *, const char *who, |
459 const char *alias); | 454 const char *alias); |
460 | 455 |