log libpurple/dnsquery.h @ 31938:249ffc44061e

age author description
2009-10-04 Paul Aurich Document the opaque structure. Refs #10432.
2007-10-14 Richard Laager Fix a typo in a Doxygen comment.
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-12 Will Thompson merge of 'cecaf2df51b21064a99e3ca0588ae11a7b499b42'
2007-08-15 Will Thompson Add doxygen fu to the DNS UiOps.
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-04-29 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-25 Evan Schoenberg No changes; fixed a bunch of whitespace problems made by a text editor with 'use tabs' disabled. Sorry for the noise.
2007-02-25 Evan Schoenberg Remove a g_return_val_if_fail() which isn't needed, made gaim_dnsquery_get_port() return an unsigned short and return 0 if query_data is NULL, and fixed a whitespace mistake
2007-02-25 Evan Schoenberg The UI can now use the GaimDnsQueryUiOps to handle DNS resolving itself; if this is done, the platform-specific DNS query code won't be used. This will be used in Adium to use an efficient threads-based DNS resolve (since Adium is already multithreaded, this is significantly cheaper than fork()).
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/