comparison libpurple/connection.h @ 27125:d8afc4ba7ce6

Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn't obvious.
author Mark Doliner <mark@kingant.net>
date Fri, 19 Jun 2009 01:52:03 +0000
parents 375f82b53e95
children 8b17877d3294
comparison
equal deleted inserted replaced
27124:94fa9e38f366 27125:d8afc4ba7ce6
558 558
559 /** 559 /**
560 * Checks if gc is still a valid pointer to a gc. 560 * Checks if gc is still a valid pointer to a gc.
561 * 561 *
562 * @return @c TRUE if gc is valid. 562 * @return @c TRUE if gc is valid.
563 *
564 * @deprecated Do not use this. Instead, cancel your asynchronous request
565 * when the PurpleConnection is destroyed.
563 */ 566 */
564 /* 567 /*
565 * TODO: Eventually this bad boy will be removed, because it is 568 * TODO: Eventually this bad boy will be removed, because it is
566 * a gross fix for a crashy problem. 569 * a gross fix for a crashy problem.
567 */ 570 */