Mercurial > pidgin.yaz
comparison libpurple/blist.h @ 21191:992d520224f7
merge of '6b5f1f48667171fe73de619dd8f80cacd231a2e2'
and 'c887121fe3462508e42c556378b957255e4992f1'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 06 Oct 2007 22:59:14 +0000 |
parents | 34de8ef19294 |
children | 8a89c2caf9d8 |
comparison
equal
deleted
inserted
replaced
20781:2216c520f4bd | 21191:992d520224f7 |
---|---|
481 * @param contact The contact | 481 * @param contact The contact |
482 * @return The highest priority buddy | 482 * @return The highest priority buddy |
483 */ | 483 */ |
484 PurpleBuddy *purple_contact_get_priority_buddy(PurpleContact *contact); | 484 PurpleBuddy *purple_contact_get_priority_buddy(PurpleContact *contact); |
485 | 485 |
486 #ifndef PURPLE_DISABLE_DEPRECATED | |
486 /** | 487 /** |
487 * Sets the alias for a contact. | 488 * Sets the alias for a contact. |
488 * | 489 * |
489 * @param contact The contact | 490 * @param contact The contact |
490 * @param alias The alias to set, or NULL to unset | 491 * @param alias The alias to set, or NULL to unset |
491 * | 492 * |
492 * @deprecated Use purple_blist_alias_contact() instead. | 493 * @deprecated Use purple_blist_alias_contact() instead. |
493 */ | 494 */ |
494 void purple_contact_set_alias(PurpleContact *contact, const char *alias); | 495 void purple_contact_set_alias(PurpleContact *contact, const char *alias); |
496 #endif | |
495 | 497 |
496 /** | 498 /** |
497 * Gets the alias for a contact. | 499 * Gets the alias for a contact. |
498 * | 500 * |
499 * @param contact The contact | 501 * @param contact The contact |