Mercurial > pidgin.yaz
changeset 30116:1963a39c0ad1
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?
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 12 Apr 2010 00:24:04 +0000 |
parents | 9843473de5c4 |
children | ae2b1f9bde75 |
files | libpurple/network.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);