comparison libpurple/connection.h @ 27590:a08e84032814

merge of '2348ff22f0ff3453774b8b25b36238465580c609' and 'e76f11543c2a4aa05bdf584f087cbe3439029661'
author Paul Aurich <paul@darkrain42.org>
date Sun, 12 Jul 2009 05:43:38 +0000
parents d8afc4ba7ce6
children 8b17877d3294
comparison
equal deleted inserted replaced
27104:048bcf41deef 27590:a08e84032814
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 */