comparison libpurple/xmlnode.h @ 17841:df5bb342b10e

implemented user mood, still missing the front end interface
author Andreas Monitzer <pidgin@monitzer.com>
date Mon, 11 Jun 2007 23:33:39 +0000
parents 32c366eeeb99
children 5c1ed6296b56
comparison
equal deleted inserted replaced
17840:cac26c30047a 17841:df5bb342b10e
250 * @return A new copy of the src node. 250 * @return A new copy of the src node.
251 */ 251 */
252 xmlnode *xmlnode_copy(const xmlnode *src); 252 xmlnode *xmlnode_copy(const xmlnode *src);
253 253
254 /** 254 /**
255 * Frees a node and all of it's children. 255 * Frees a node and all of its children.
256 * 256 *
257 * @param node The node to free. 257 * @param node The node to free.
258 */ 258 */
259 void xmlnode_free(xmlnode *node); 259 void xmlnode_free(xmlnode *node);
260 260