diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2010-02-04 15:46:28 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2010-02-16 17:38:14 -0500 |
commit | 21ecb8241d6f4441116456962c6c56cd927757d6 (patch) | |
tree | 0311cd5eca8c5b8de2a2a3b16bbde02fc7a84d72 /stun/usages | |
parent | 31f73110d8f70e3295d0d7d7abbe9139d31356f1 (diff) | |
download | libnice-21ecb8241d6f4441116456962c6c56cd927757d6.tar.gz |
Fix various gtk-doc warnings/errors and typos
Diffstat (limited to 'stun/usages')
-rw-r--r-- | stun/usages/bind.c | 2 | ||||
-rw-r--r-- | stun/usages/bind.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/stun/usages/bind.c b/stun/usages/bind.c index 9c6da48..cef9051 100644 --- a/stun/usages/bind.c +++ b/stun/usages/bind.c @@ -394,7 +394,7 @@ static int stun_trans_fd (const StunTransport *tr) } -/** +/* * Waits for a response or timeout to occur. * * @return ETIMEDOUT if the transaction has timed out, or 0 if an incoming diff --git a/stun/usages/bind.h b/stun/usages/bind.h index 0870b83..30175ec 100644 --- a/stun/usages/bind.h +++ b/stun/usages/bind.h @@ -149,8 +149,8 @@ size_t stun_usage_bind_keepalive (StunAgent *agent, StunMessage *msg, * @addrlen: The length of @addr * * This is a convenience function that will do a synchronous Binding request to - * a server and wait for its answer. It will use the #StunUsageTrans and - * #StunUsageTimer usages to send the request and handle the response. + * a server and wait for its answer. It will create the socket transports and + * use the #StunTimer usage to send the request and handle the response. * Returns: A #StunUsageBindReturn. * Possible return values are #STUN_USAGE_BIND_RETURN_SUCCESS, * #STUN_USAGE_BIND_RETURN_ERROR and #STUN_USAGE_BIND_RETURN_TIMEOUT |