summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2013-10-30 09:45:55 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-10-30 09:45:55 -0400
commit54577177bb85dc154ac33733bf1c984ff1ce9cc9 (patch)
treebb1e9758f83dd6129a6b915265b1ca1480e16dc6
parentf3a68a35f6ac423376cc9e26d66fac9dd882bc97 (diff)
downloadlibnice-54577177bb85dc154ac33733bf1c984ff1ce9cc9.tar.gz
agent: Getting the local candidates returns a copy, fix the doc
-rw-r--r--agent/agent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 16eadaa..d03741f 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -609,8 +609,8 @@ nice_agent_get_local_candidates (
*
<note>
<para>
- The caller owns the returned GSList but not the candidates
- contained within it.
+ The caller owns the returned GSList as well as the candidates contained
+ within it.
</para>
<para>
The list of remote candidates can change during processing.