Mercurial > pidgin
diff libpurple/xmlnode.h @ 26279:38238d41923b
propagate from branch 'im.pidgin.pidgin' (head 5573ab30de2e34d78f13bad8ae0b2ac5de6d1083)
to branch 'im.pidgin.pidgin.vv' (head 6733a54a9c1b0ab68c8b924c82783cc4af588952)
| author | Mike Ruprecht <maiku@soc.pidgin.im> |
|---|---|
| date | Mon, 16 Mar 2009 02:33:48 +0000 |
| parents | b03430dae08e ff4212a5268f |
| children | 4c1af7f30af8 |
line wrap: on
line diff
--- a/libpurple/xmlnode.h Sun Mar 15 20:22:28 2009 +0000 +++ b/libpurple/xmlnode.h Mon Mar 16 02:33:48 2009 +0000 @@ -268,6 +268,15 @@ const char *xmlnode_get_prefix(const xmlnode *node); /** + * Gets the parent node. + * + * @param child The child node. + * + * @return The parent or NULL. + */ +xmlnode *xmlnode_get_parent(const xmlnode *child); + +/** * Returns the node in a string of xml. * * @param node The starting node to output.
