comparison libpurple/xmlnode.h @ 26435:4c1af7f30af8

Add some more @since tags.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 04 Apr 2009 05:17:30 +0000
parents 38238d41923b
children 872d30754311
comparison
equal deleted inserted replaced
26433:c08719989149 26435:4c1af7f30af8
271 * Gets the parent node. 271 * Gets the parent node.
272 * 272 *
273 * @param child The child node. 273 * @param child The child node.
274 * 274 *
275 * @return The parent or NULL. 275 * @return The parent or NULL.
276 *
277 * @since 2.6.0
276 */ 278 */
277 xmlnode *xmlnode_get_parent(const xmlnode *child); 279 xmlnode *xmlnode_get_parent(const xmlnode *child);
278 280
279 /** 281 /**
280 * Returns the node in a string of xml. 282 * Returns the node in a string of xml.