libpurple/stun.h

branch
soc.2013.gobjectification.plugins
changeset 37023
d9bcdc9a91e6
parent 37017
8e2b68c79fa1
child 37034
9d6765962b22
--- a/libpurple/stun.h	Wed Jan 29 10:10:12 2014 +0530
+++ b/libpurple/stun.h	Wed Jan 29 10:49:02 2014 +0530
@@ -66,11 +66,11 @@
  * is already done. Otherwise the callback is called when the discovery is over
  * and NULL is returned.
  *
- * @cb: The callback to call when the STUN discovery is finished if the
+ * @param cb The callback to call when the STUN discovery is finished if the
  *           discovery would block.  If the discovery is done, this is NOT
  *           called.
  *
- * Returns: a PurpleStunNatDiscovery which includes the public IP and the type
+ * @return a PurpleStunNatDiscovery which includes the public IP and the type
  *         of NAT or NULL is discovery would block
  */
 PurpleStunNatDiscovery *purple_stun_discover(StunCallback cb);

mercurial