src/xmlnode.h

changeset 12887
4235bbee17b1
parent 12233
0570720fee6c
child 13808
411ee56da344
equal deleted inserted replaced
12886:050f70062d54 12887:4235bbee17b1
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 /**

mercurial