comparison libpurple/dnssrv.h @ 27431:a71cc338f0fd

A couple more s/GSList/GList/ changes as fallout from the last change.
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 05 Jul 2009 05:49:17 +0000
parents 3e516701dd33
children 63cb8c4f3c66
comparison
equal deleted inserted replaced
27430:e400cd35542b 27431:a71cc338f0fd
50 typedef void (*PurpleSrvCallback)(PurpleSrvResponse *resp, int results, gpointer data); 50 typedef void (*PurpleSrvCallback)(PurpleSrvResponse *resp, int results, gpointer data);
51 51
52 /** 52 /**
53 * Callback that returns the data retrieved from a DNS TXT lookup. 53 * Callback that returns the data retrieved from a DNS TXT lookup.
54 * 54 *
55 * @param responses A GSList of PurpleTxtResponse objects. 55 * @param responses A GList of PurpleTxtResponse objects.
56 * @param data The extra data passed to purple_txt_resolve. 56 * @param data The extra data passed to purple_txt_resolve.
57 */ 57 */
58 typedef void (*PurpleTxtCallback)(GSList *responses, gpointer data); 58 typedef void (*PurpleTxtCallback)(GList *responses, gpointer data);
59 59
60 /** 60 /**
61 * Queries an SRV record. 61 * Queries an SRV record.
62 * 62 *
63 * @param protocol Name of the protocol (e.g. "sip") 63 * @param protocol Name of the protocol (e.g. "sip")