libpurple/dnssrv.h

branch
next.major
changeset 31992
7b7a143ddfaf
parent 31782
888360ff2f41
parent 31969
82e51b0825bc
child 32300
59a31f9f67fc
child 32438
dc8991868906
--- a/libpurple/dnssrv.h	Sun Aug 07 03:21:39 2011 +0000
+++ b/libpurple/dnssrv.h	Sun Aug 07 05:19:54 2011 +0000
@@ -129,6 +129,8 @@
  * Cancel an SRV or DNS query.
  *
  * @param query_data The request to cancel.
+ *
+ * @deprecated Use purple_srv_txt_query_destroy instead
  */
 void purple_srv_cancel(PurpleSrvTxtQueryData *query_data);
 
@@ -166,6 +168,8 @@
  *
  * @param query_data The request to cancel.
  * @since 2.6.0
+ *
+ * @deprecated Use purple_srv_txt_query_destroy instead
  */
 void purple_txt_cancel(PurpleSrvTxtQueryData *query_data);
 

mercurial