Mercurial > pidgin
comparison libpurple/xmlnode.h @ 26679:872d30754311
propagate from branch 'im.pidgin.pidgin' (head 1ae2b55502a0afd8f28918fc4726683c52e998e9)
to branch 'im.pidgin.cpw.darkrain42.docs' (head 3dd6aa6f6c394f0be53f01c2decd3f15ff229ff5)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 20 Apr 2009 00:10:51 +0000 |
parents | 4c1af7f30af8 7c3baa45c9c4 |
children | 350f097019eb |
comparison
equal
deleted
inserted
replaced
26632:657ccc44e763 | 26679:872d30754311 |
---|---|
333 /** | 333 /** |
334 * Creates a node from a XML File. Calling this on the | 334 * Creates a node from a XML File. Calling this on the |
335 * root node of an XML document will parse the entire document | 335 * root node of an XML document will parse the entire document |
336 * into a tree of nodes, and return the xmlnode of the root. | 336 * into a tree of nodes, and return the xmlnode of the root. |
337 * | 337 * |
338 * @param str The string of xml. | 338 * @param dir The directory where the file is located |
339 * @param description The description of the file being parsed | 339 * @param filename The filename |
340 * @process The utility that is calling xmlnode_from_file | 340 * @param description A description of the file being parsed. Displayed to |
341 * | 341 * the user if the file cannot be read. |
342 * @return The new node. | 342 * @param process The subsystem that is calling xmlnode_from_file. Used as |
343 * the category for debugging. | |
344 * | |
345 * @return The new node or NULL if an error occurred. | |
343 * | 346 * |
344 * @since 2.6.0 | 347 * @since 2.6.0 |
345 */ | 348 */ |
346 xmlnode *xmlnode_from_file(const char *dir, const char *filename, | 349 xmlnode *xmlnode_from_file(const char *dir, const char *filename, |
347 const char *description, const char *process); | 350 const char *description, const char *process); |