libpurple/connection.h

branch
cpw.attention_ui
changeset 27428
6f84e66be7f3
parent 26678
9d09c2d90e26
parent 27349
52870be72b22
child 29814
ad92005bcdcf
equal deleted inserted replaced
27321:98f2f5ce5085 27428:6f84e66be7f3
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 */

mercurial