From b6aa692772ed8792f59370c90a0b34bc6986fa0e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 7 Mar 2014 09:18:04 +0000 Subject: [PATCH] agent: Improve documentation for NiceAgent::new-candidate MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Note that it’s a new _local_ candidate. --- agent/agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent.c b/agent/agent.c index 15fa854..425305b 100644 --- a/agent/agent.c +++ b/agent/agent.c @@ -658,7 +658,7 @@ nice_agent_class_init (NiceAgentClass *klass) * @component_id: The ID of the component * @foundation: The foundation of the new candidate * - * This signal is fired when the agent discovers a new candidate + * This signal is fired when the agent discovers a new local candidate. * See also: #NiceAgent::candidate-gathering-done */ signals[SIGNAL_NEW_CANDIDATE] = -- 2.7.4