Mercurial > pidgin
changeset 28323:1ef332689ea2
Document the opaque structure. Refs #10432.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 04 Oct 2009 17:53:22 +0000 |
parents | cf5d93d196f8 |
children | 63e39358eb24 |
files | libpurple/dnsquery.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/dnsquery.h Sun Oct 04 05:48:40 2009 +0000 +++ b/libpurple/dnsquery.h Sun Oct 04 17:53:22 2009 +0000 @@ -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; /**