Mercurial > pidgin
diff src/xmlnode.h @ 11707:b7af9100af6c
[gaim-migrate @ 13998]
Document that -1 is an allowed size value for xmlnode_from_str().
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Fri, 21 Oct 2005 19:03:51 +0000 |
| parents | 98de05966d6d |
| children | 02833a0ae716 |
line wrap: on
line diff
--- a/src/xmlnode.h Fri Oct 21 19:03:51 2005 +0000 +++ b/src/xmlnode.h Fri Oct 21 19:03:51 2005 +0000 @@ -181,7 +181,8 @@ * into a tree of nodes, and return the xmlnode of the root. * * @param str The string of xml. - * @param size The size of the string. + * @param size The size of the string, or -1 if @a str is + * NUL-terminated. * * @return The new node. */
