# HG changeset patch # User Mark Doliner # Date 1271031844 0 # Node ID 1963a39c0ad1257bf22a0215f74cc5bfe210f1ba # Parent 9843473de5c494892e34719f182f4af6a71195af I got confused when I first read this because I looked at the functions above this one in the header file and it didn't seem like the boolean would apply to them. Maybe this is more clear? diff -r 9843473de5c4 -r 1963a39c0ad1 libpurple/network.h --- a/libpurple/network.h Mon Apr 12 00:21:46 2010 +0000 +++ b/libpurple/network.h Mon Apr 12 00:24:04 2010 +0000 @@ -123,8 +123,8 @@ * The default value is TRUE * * @param map_external Should the open port be mapped externally? - * @deprecated In 3.0.0 a boolean will be added to the above functions to - * perform the same function. + * @deprecated In 3.0.0 a boolean will be added to the functions mentioned + * above to perform the same function. * @since 2.3.0 */ void purple_network_listen_map_external(gboolean map_external);