pidgin: 9ea6f134: Document the opaque structure. Refs #10...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Sun Oct 4 14:11:37 EDT 2009


-----------------------------------------------------------------
Revision: 9ea6f134543357faab5149e2083c39160221729b
Ancestor: 25d9dfd2851cd7c1877e2b6d821e65e2fd856a0a
Author: darkrain42 at pidgin.im
Date: 2009-10-04T17:53:22
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/9ea6f134543357faab5149e2083c39160221729b

Modified files:
        libpurple/dnsquery.h

ChangeLog: 

Document the opaque structure.  Refs #10432.

-------------- next part --------------
============================================================
--- libpurple/dnsquery.h	cc9a5e7250e4b2972b1be359632c8c1f1988e506
+++ libpurple/dnsquery.h	944e28388107f81f3deb5429466cc5244eb6ebd3
@@ -30,6 +30,11 @@
 #include "eventloop.h"
 #include "account.h"
 
+/**
+ * An opaque structure representing a DNS query.  The hostname and port
+ * associated with the query can be retrieved using
+ * purple_dnsquery_get_host() and purple_dnsquery_get_port().
+ */
 typedef struct _PurpleDnsQueryData PurpleDnsQueryData;
 
 /**


More information about the Commits mailing list