comparison src/xmlnode.h @ 12887:4229503f1cd9

[gaim-migrate @ 15240] Added gaim_url_fetch_request(), which is an enhancement to the gaim_url_fetch() functionality that allows you to specify the request that gets submitted to the server and whether or not the headers are also returned. I'm going to use this for the UPnP stuff (watch this space). Also fixed a tyop in the xmlnode docs. Remove the status documentation from the API Changelog. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 15 Jan 2006 22:58:52 +0000
parents 02833a0ae716
children 25e63008d3bb
comparison
equal deleted inserted replaced
12886:d8e8feac6cce 12887:4229503f1cd9
157 * Returns the node in a string of xml. 157 * Returns the node in a string of xml.
158 * 158 *
159 * @param node The starting node to output. 159 * @param node The starting node to output.
160 * @param len Address for the size of the string. 160 * @param len Address for the size of the string.
161 * 161 *
162 * @return The node repersented as a string. You must 162 * @return The node represented as a string. You must
163 * g_free this string when finished using it. 163 * g_free this string when finished using it.
164 */ 164 */
165 char *xmlnode_to_str(xmlnode *node, int *len); 165 char *xmlnode_to_str(xmlnode *node, int *len);
166 166
167 /** 167 /**