pidgin: b9d65f58: I got confused when I first read this be...
markdoliner at pidgin.im
markdoliner at pidgin.im
Sun Apr 11 20:25:44 EDT 2010
-----------------------------------------------------------------
Revision: b9d65f587a31a1afaef0d73a97c0c0c758868bc4
Ancestor: fb40e4943a073bb95d333614f8ce86aa3ac58795
Author: markdoliner at pidgin.im
Date: 2010-04-12T00:24:04
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/b9d65f587a31a1afaef0d73a97c0c0c758868bc4
Modified files:
libpurple/network.h
ChangeLog:
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?
-------------- next part --------------
============================================================
--- libpurple/network.h 98fecce40f3b3e3a0cef05ec9cde3815dc45b38b
+++ libpurple/network.h 61b4fe11283f86cd94bd18d1a119c9e77263e151
@@ -123,8 +123,8 @@ const char *purple_network_get_my_ip(int
* 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);
More information about the Commits
mailing list