comparison libpurple/dnssrv.h @ 32337:5cb66143ae2a

propagate from branch 'im.pidgin.pidgin' (head 8f0dbb75e0842b6df34c773ceb3a62e07819c532) to branch 'im.pidgin.pidgin.mxit' (head 58ce8d40af953c67a284a42e026ccdbfd25ffaa8)
author andrew.victor@mxit.com
date Fri, 12 Aug 2011 21:41:34 +0000
parents ad79fa168cee
children 142429bcb4c8
comparison
equal deleted inserted replaced
32336:88a1d883e65f 32337:5cb66143ae2a
131 131
132 /** 132 /**
133 * Cancel an SRV or DNS query. 133 * Cancel an SRV or DNS query.
134 * 134 *
135 * @param query_data The request to cancel. 135 * @param query_data The request to cancel.
136 *
137 * @deprecated Use purple_srv_txt_query_destroy instead
136 */ 138 */
137 void purple_srv_cancel(PurpleSrvTxtQueryData *query_data); 139 void purple_srv_cancel(PurpleSrvTxtQueryData *query_data);
138 140
139 /** 141 /**
140 * Queries an TXT record. 142 * Queries an TXT record.
168 /** 170 /**
169 * Cancel an TXT DNS query. 171 * Cancel an TXT DNS query.
170 * 172 *
171 * @param query_data The request to cancel. 173 * @param query_data The request to cancel.
172 * @since 2.6.0 174 * @since 2.6.0
175 *
176 * @deprecated Use purple_srv_txt_query_destroy instead
173 */ 177 */
174 void purple_txt_cancel(PurpleSrvTxtQueryData *query_data); 178 void purple_txt_cancel(PurpleSrvTxtQueryData *query_data);
175 179
176 /** 180 /**
177 * Get the value of the current TXT record. 181 * Get the value of the current TXT record.