log libpurple/dnsquery.h @ 17131:7b339edd9d74

age author description
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/